TdxSpreadSheetTableItem.Size Property
Specifies the table item’s size (in pixels).
Declaration
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