TdxSpreadSheetTableViewOptionsPrintPage.Paper Property
Provides access to the paper format settings for printing a Table View worksheet’s content.
Declaration
property Paper: TdxSpreadSheetTableViewOptionsPrintPagePaper read; write;
Property Value
Type |
---|
TdxSpreadSheetTableViewOptionsPrintPagePaper |
Remarks
You can use the Paper.SizeID or Paper.CustomSize property to select the required paper size from the predefined list or set custom paper dimensions (in inches), respectively. Refer to the TdxSpreadSheetTableViewOptionsPrintPagePaper class description for detailed information on all available options.
See Also