HotXLS dokumentacija
Turinys
Pradžia
IsFitToPages IsFitToPages: Boolean;
TGridToXLS
IXLSWorkbook
Pradžia
Turinys
IsFitToPages IsFitToPages: Boolean;
True when the worksheet uses FitToPagesTall or FitToPagesWide scaling. Read only Boolean
property
property
IsFitToPages: Boolean;
This example checks whether fit-to-pages scaling is active
This example checks whether fit-to-pages scaling is active
Enabled := Workbook.Worksheets[
Enabled := Workbook.Worksheets[
1
].PageSetup.IsFitToPages;