|
|
|
SftBoxCell.ColumnIndex Property |
Returns the column index of this cell.
Syntax
VB.NET |
ColNum = object.ColumnIndex As Short |
||
VB |
ColNum = object.ColumnIndex As Integer |
||
C#.NET |
short ColNum = object.ColumnIndex; |
||
VC++ |
short ColNum = object->ColumnIndex;
|
||
C |
HRESULT object->get_ColumnIndex(short* ColNum); |
||
Delphi |
ColNum := object.ColumnIndex : Smallint; |
object
A SftBoxCell object.
ColNum
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.