ColSize Property
Description
The physical size as defined in the database of the fields in the column specified by Index (zero-based).
Property type
Read-only property
Syntax
Visual Basic
Public Property ColSize( _
   ByVal Index As Long _
) As Long
Parameters
Index
The index of the column (zero-based).
See Also