Skip to main content

TdxSpreadSheetTableItems.DefaultSize Property

Specifies the default dimensions (in pixels) of column or row objects within the collection.

Declaration

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 DefaultSize property value, since it is imported from the Table View worksheet’s Options.DefaultColumnWidth or Options.DefaultRowHeight property in the case of columns or rows, respectively. The imported size value is always calculated for 96 DPI regardless of the current monitor DPI.

See Also