Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / ShowGridLines Property


In This Topic
    ShowGridLines Property (ExcelWorksheet)
    In This Topic
    Gets or sets a value indicating whether show gridlines or not.
    Syntax
    'Declaration
     
    Public Property ShowGridLines As Boolean
    'Usage
     
    Dim instance As ExcelWorksheet
    Dim value As Boolean
     
    instance.ShowGridLines = value
     
    value = instance.ShowGridLines
    public bool ShowGridLines {get; set;}

    Property Value

    true if show gridline; otherwise, false.
    See Also