HotXLS dokumentacija
Turinys
Pradžia
PrintGridlines PrintGridlines: boolean;
TGridToXLS
IXLSWorkbook
Pradžia
Turinys
PrintGridlines PrintGridlines: boolean;
True if cell gridlines are printed on the page. Read/write Boolean
property
property
PrintGridlines: boolean;
This example prints cell gridlines when sheet one is printed
This example prints cell gridlines when sheet one is printed
Workbook.Worksheets[
Workbook.Worksheets[
1
].PageSetup.PrintGridlines := True;