Search
Table.GetColWidth Method
See Also
 



Gets the width of a column.

 Syntax

VB6  Copy Code

Public Function GetColWidth( _
    ByVal col As Long _
) As Long

C++  Copy Code

public:
int GetColWidth (
    int col
)

 Parameters

col
The number of the column whose width to get.

 Return Value

A long value specifying the column width.

 Remarks

Returns the width of the the column specified as argument.

 See Also