Skip to main content

TdxSpreadSheetTableViewOptionsPrintPagePaper.CustomSize Property

Specifies the custom dimensions of paper sheets used to print a specific Table View worksheet.

Declaration

property CustomSize: TdxPointDoublePersistent read; write;

Property Value

Type
TdxPointDoublePersistent

Remarks

You can specify the paper’s width and height (in inches) by assigning them to the CustomSize.X and CustomSize.Y properties, respectively. The custom dimensions are applied to the worksheet only if the SizeID property is set to 0.

Note

You can save/load the worksheet’s custom paper dimensions to/from XLSX and XLTX spreadsheet document file formats. Additionally, the Spreadsheet/Report Designer control’s LoadFromFile procedure can import custom paper dimensions from an ODS file.

See Also