IGridProvider::ColumnCount property
Specifies the total number of columns in the grid.
This property is read-only.
Syntax
HRESULT get_ColumnCount(
[out, retval] int *pRetVal
);
Property value
Type: int*
The total number of grid columns.
Remarks
Hidden rows and columns, depending on the provider implementation, may be loaded in the logical tree and will therefore be reflected in the IGridProvider::RowCount and IGridProvider::ColumnCount properties. If the hidden rows and columns have not yet been loaded they will not be counted.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also