Spread for ASP.NET 12 Product Documentation
ShowGrid Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : ShowGrid Property
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

Reference

PrintInfo Class
PrintInfo Members