Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableItems.DefaultSize Property

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

#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 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