This document is archived and information here might be outdated. Recommended version. |
The number of columns.
[Visual Basic .NET] Public Function get_ColumnCount ( _ ByVal propIndex As Integer _ ) As Integer
[C#] public int get_ColumnCount ( int propIndex );
[C++]
HRESULT get_ColumnCount(
long propIndex,
System.Int32* count
);
[C++]
Parameters propIndex [in]
propIndex is a parameter of type long count [out, retval]
count is a parameter of type long*