|
|
|
SftBoxColumn.Index Property |
Returns the real column number of this column.
Syntax
VB.NET |
ColNum = object.Index As Short |
||
VB |
ColNum = object.Index As Integer |
||
C#.NET |
short ColNum = object.Index; |
||
VC++ |
short ColNum = object->Index;
|
||
C |
HRESULT object->get_Index(short* ColNum); |
||
Delphi |
ColNum := object.Index : Smallint; |
object
A SftBoxColumn object.
ColNum
Returns the real column number of this column.
Comments
The Index property returns the real column number of this column.