The Size property specifies the maximum size of the column.
Column Object |
object.Size [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Maximum size of the column |
The Size property is ignored for columns that have fixed-length data types.
Long
Read/write
HRESULT GetSize(LONG *pRetVal);
HRESULT SetSize(LONG NewValue);