|
|
|
SftBoxHeader.Index Property |
Returns the column number of this header.
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 SftBoxHeader object.
ColNum
Returns the column number of this header.
Comments
The Index property returns the column number of this header.