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
public bool ShowGrid {get; set;}
See Also