|
|
|
SftTree.RowColumnFooter Property |
Returns the SftTreeRowColumnFooter object.
Syntax
VB.NET |
refRowColumnFooterObj = object.RowColumnFooter As SftTreeRowColumnFooter |
||
VB |
Set refRowColumnFooterObj = object.RowColumnFooter As SftTreeRowColumnFooter |
||
C#.NET |
SftTreeRowColumnFooter refRowColumnFooterObj = object.RowColumnFooter; |
||
VC++ |
ISftTreeRowColumnFooter* refRowColumnFooterObj = object->RowColumnFooter;
|
||
C |
HRESULT object->get_RowColumnFooter(ISftTreeRowColumnFooter** refRowColumnFooterObj); |
||
Delphi |
refRowColumnFooterObj := object.RowColumnFooter : ISftTreeRowColumnFooter; |
object
A SftTree object.
refRowColumnFooterObj
Returns the SftTreeRowColumnFooter object.
Comments
The RowColumnFooter property returns the SftTreeRowColumnFooter object.
The SftTreeRowColumnFooter object describes the row/column footer in a SftTree/OCX control. The SftTreeRowColumnFooter object can be accessed through the control's RowColumnFooter property. A control has only one SftTreeRowColumnFooter object.
See Also SftTree Object | Object Hierarchy