Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / ShowGrid Property
Example


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
    public bool ShowGrid {get; set;}
    Example
    This sets the properties for the PrintInfo class.
    See Also