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