This document is archived and information here might be outdated. Recommended version. |
Number of columns.
[Visual Basic .NET] Public Property Columns As Integer
[C#] public int Columns {get; set;}
[C++]
HRESULT get_Columns(
long pCols
);
[C++]
HRESULT put_Columns(
System.Int32* pCols
);
[C++]
Parameters pCols [in]
pCols is a parameter of type long pCols [out, retval]
pCols is a parameter of type long*