|
|
|
SftTreeCell.ColumnIndex Property |
Returns the column index of this cell.
Syntax
VB.NET |
ColIndex = object.ColumnIndex As Short |
||
VB |
ColIndex = object.ColumnIndex As Integer |
||
C#.NET |
short ColIndex = object.ColumnIndex; |
||
VC++ |
short ColIndex = object->ColumnIndex;
|
||
C |
HRESULT object->get_ColumnIndex(short* ColIndex); |
||
Delphi |
ColIndex := object.ColumnIndex : Smallint; |
object
A SftTreeCell object.
ColIndex
Returns the column index of this cell.
Comments
The ColumnIndex property returns the column index of this cell.
The Cell.ItemIndex property can be used to retrieve the item index of this cell.
See Also SftTreeCell Object | Object Hierarchy