Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / ShowGridLine Property


In This Topic
    ShowGridLine Property (PrintInfo)
    In This Topic
    Gets or sets whether to print the grid lines.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property ShowGridLine As Boolean
    'Usage
     
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.ShowGridLine = value
     
    value = instance.ShowGridLine
    [DefaultValue(true)]
    public bool ShowGridLine {get; set;}

    Property Value

    true to print the grid lines; otherwise, false. The default value is true.
    See Also