TdxSpreadSheetTableItem.Size Property
In This Article
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 Default
See Also