|
|
|
VirtualItem.ColumnCount Property |
Returns the current number of columns.
Deprecated - Provided for compatibility with earlier versions only - Use ColumnsObj.Count instead
Syntax
VB.NET |
Total = object.ColumnCount As Short |
||
VB |
Total = object.ColumnCount As Integer |
||
C#.NET |
short Total = object.ColumnCount; |
||
VC++ |
short Total = object->ColumnCount;
|
||
C |
HRESULT object->get_ColumnCount(short* Total); |
||
Delphi |
Total := object.ColumnCount : Smallint; |
object
A VirtualItem object.
Total
Returns the current number of columns.
Comments
Deprecated - Provided for compatibility with earlier versions only - Use ColumnsObj.Count instead
The ColumnCount property returns the current number of columns.
See Also VirtualItem Object | Object Hierarchy