Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorksheetStateEventArgs Class / HorizontalGridlines Property


In This Topic
    HorizontalGridlines Property
    In This Topic
    Gets a boolean value indicating whether Horizontal Gridlines option is changed.
    Syntax
    'Declaration
     
    
    Public Property HorizontalGridlines As Boolean
    'Usage
     
    
    Dim instance As WorksheetStateEventArgs
    Dim value As Boolean
     
    instance.HorizontalGridlines = value
     
    value = instance.HorizontalGridlines
    public bool HorizontalGridlines {get; set;}
    See Also