Spread Silverlight Documentation
PrintGridLine Property (IExcelPrintOptions)


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

Property Value

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

Reference

IExcelPrintOptions Interface
IExcelPrintOptions Members