FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowGrid Property


In This Topic
ShowGrid Property
In This Topic
Gets or sets whether to print the grid lines.
Syntax
'Declaration
 
Public Property ShowGrid As Boolean
 
'Usage
 
Dim instance As PrintInfo
Dim value As Boolean
 
instance.ShowGrid = value
 
value = instance.ShowGrid
See Also