Defines the number of columns displayed in the left pane of a split tree control.
Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Column instead
Get
VB.NET | Count = object.SplitColumn As Short |
VB | Count = object.SplitColumn As Integer |
C#.NET | short Count = object.SplitColumn; |
VC++ | short Count = object->SplitColumn; short Count = object->GetSplitColumn(); |
C | HRESULT object->get_SplitColumn(short* Count); |
Put
VB.NET | object.SplitColumn = Count As Short |
VB | object.SplitColumn = Count As Integer |
C#.NET | short object.SplitColumn = Count; |
VC++ | short object->SplitColumn = Count; void object->PutSplitColumn(short Count); |
C | HRESULT object->put_SplitColumn(short Count); |
object
Count
Defines the number of columns displayed in the left pane of a split tree control. The number specified must be between 1 and the total number of columns-1.
Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Column instead
The SplitColumn property defines the number of columns displayed in the left pane of a split tree control.
The total number of columns is defined using the ColumnsObj.Count property.
See Also SftTree Object | Object Hierarchy