Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / ShowGridLine Property


In This Topic
    ShowGridLine Property (GcSpreadSheet)
    In This Topic
    Gets or sets whether gridlines are displayed.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(True)>
    Public Property ShowGridLine As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.ShowGridLine = value
     
    value = instance.ShowGridLine
    [Category("Spread Workbook")]
    [DefaultValue(true)]
    public bool ShowGridLine {get; set;}
    See Also