|
|
|
SftTreeFooter.Index Property |
Returns the column number of this footer.
Syntax
VB.NET |
ColIndex = object.Index As Short |
||
VB |
ColIndex = object.Index As Integer |
||
C#.NET |
short ColIndex = object.Index; |
||
VC++ |
short ColIndex = object->Index;
|
||
C |
HRESULT object->get_Index(short* ColIndex); |
||
Delphi |
ColIndex := object.Index : Smallint; |
object
A SftTreeFooter object.
ColIndex
Returns the column number of this footer.
Comments
The Index property returns the column number of this footer.
See Also SftTreeFooter Object | Object Hierarchy