TdxSpreadSheetTableItems.DefaultSize Property
In This Article
#Declaration
Delphi
property DefaultSize: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
This property value is applied to all items in the column or row collections whose DefaultSize property is set to True. Otherwise, specific columns and/or rows use their own Size property values instead.
Note
Normally, you do not need to specify the Default
See Also