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


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