TdxSpreadSheetTableViewOptionsPrintPage.Margins Property
Specifies the sizes of all elements on the printout page layout.
Declaration
property Margins: TdxSpreadSheetTableViewOptionsPrintPageMargins read; write;
Property Value
Type |
---|
TdxSpreadSheetTableViewOptionsPrintPageMargins |
Remarks
Use this property set to assign individual sizes for the printed page’s header and footer, as well as the bottom, top, left, and right margins, surrounding the worksheet‘s content on the printout’s layout.
Refer to the TdxSpreadSheetTableViewOptionsPrintPageMargins class’ description to learn more about the margin settings.
See Also