TdxSpreadSheetTableItem.CustomSize Property
Returns the current size (in pixels) of the table item if its size was customized.
Declaration
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 TdxSpreadSheetTableItems.DefaultSize properties, the CustomSize property value always corresponds to 96 DPI regardless of the current monitor DPI.
See Also