Skip to main content

TdxSpreadSheetTableViewOptionsPrint.Page Property

Provides access to a Table View worksheet’s printout page layout and numbering settings.

Declaration

property Page: TdxSpreadSheetTableViewOptionsPrintPage read; write;

Property Value

Type
TdxSpreadSheetTableViewOptionsPrintPage

Remarks

You can use the Page.Paper and Page.Orientation properties to select the required paper size and page orientation. To reset all page layout settings, call the Page.Reset procedure.

Refer to the TdxSpreadSheetTableViewOptionsPrintPage class description for detailed information on all available printed page layout settings.

See Also