MinWidth Constant
In This Article
Stores the minimum width of the column (in pixels).
#Declaration
Delphi
const MinWidth = 25;
#Remarks
The Create constructor uses this constant value to initialize the newly created sheet column’s minimum width.
See Also