|
|
|
|
ColumnIndex Property, CellClass Class |
Returns the column's zero-based index in the column collection.
Syntax CellClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property ColumnIndex As Integer |
C# |
public int ColumnIndex { get; } |
C++ |
public: property int ColumnIndex { |
Property Value
A value that specifies the zero-based column index in the column collection.
Comments
The ColumnIndex property returns the column's zero-based index in the column collection.
The OwningItem property can be used to determine the item to which this cell belongs.