GrapeCity.Xaml.Excel
PrintGridLine Property (IExcelPrintOptions)


GrapeCity.Excel Namespace > IExcelPrintOptions Interface : PrintGridLine Property
Get or set whether print the gridline or not.
Syntax
'Declaration
 
Property PrintGridLine As Boolean
'Usage
 
Dim instance As IExcelPrintOptions
Dim value As Boolean
 
instance.PrintGridLine = value
 
value = instance.PrintGridLine
bool PrintGridLine {get; set;}

Property Value

true if it should print gridline; otherwise, false.
See Also

Reference

IExcelPrintOptions Interface
IExcelPrintOptions Members