Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / DisplayGridlines Property


In This Topic
    DisplayGridlines Property
    In This Topic
    Gets or sets a value indicating whether this sheet should display grid lines.
    Syntax
    'Declaration
     
    
    Public Property DisplayGridlines As Boolean
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Boolean
     
    instance.DisplayGridlines = value
     
    value = instance.DisplayGridlines
    public bool DisplayGridlines {get; set;}

    Property Value

    true if this sheet should display grid lines; otherwise, false.
    See Also