Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / ShowGridLines Property


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

    Property Value

    true if show gridline; otherwise, false.
    See Also