TdxSpreadSheetTableItem.CustomSize Property
In This Article
Returns the current size (in pixels) of the table item if its size was customized.
#Declaration
Delphi
property CustomSize: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
You can use the CustomSize property to:
Identify whether the default column‘s width or row‘s height values were changed (the CustomSize property returns 0 if the Size property and the table item collection’s DefaultSize property are set to the same value);
Identify a custom width or height of the current column or row object, respectively.
Note
As with the Size and Tdx
See Also