This document is archived and information here might be outdated. Recommended version. |
The width of the given column of the value table data type.
[Visual Basic .NET]
Public Function get_Width ( _
ByVal Index As Integer _
) As Integer
[C#]
public int get_Width (
int Index
);
[C++]
HRESULT get_Width(
long Index,
System.Int32* pWidth
);
[C++] Parameters Index [in]
Index is a parameter of type long pWidth [out, retval]
pWidth is a parameter of type long*