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

TdxSpreadSheetTableItem.Size Property

Specifies the table item’s size (in pixels).

#Declaration

Delphi
property Size: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use this property to set a custom width or height for the column or row object, respectively. Use the CustomSize property to obtain a custom row height or column width value.

Note

This property is in effect only if the table item’s DefaultSize property is set to False. Otherwise, the Size property value is ignored and the Table View’s Options.DefaultColumnWidth or Options.DefaultRowHeight property value is applied to the column or row object, respectively. The imported size value is always calculated for 96 DPI regardless of the current monitor DPI.

See Also