A Sandcastle Documented Class Library
ColumnIndex Property
Namespaces ► Yogesh.ExcelXml ► CellIndexInfo ► ColumnIndex
Column index starting from 0

C# | Visual Basic | Visual C++ |
public int ColumnIndex { get; private set; }
Public Property ColumnIndex As Integer
public: property int ColumnIndex { int get (); void set (int value); }