Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSPageSetup
>
PrintGridlines
PrintGridlines property
True if cell gridlines are printed on the page. Read/write Boolean.
Syntax
property
PrintGridlines: boolean;
Example
This example prints cell gridlines when sheet one is printed.
Workbook.Worksheets[
1
].PageSetup.PrintGridlines := True;
Copyright © NikaSoft 2004-2012