Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / DefaultGridlineColor Property


In This Topic
    DefaultGridlineColor Property
    In This Topic
    Syntax
    'Declaration
     
    Property DefaultGridlineColor As Boolean
    'Usage
     
    Dim instance As IWorksheetView
    Dim value As Boolean
     
    instance.DefaultGridlineColor = value
     
    value = instance.DefaultGridlineColor
    bool DefaultGridlineColor {get; set;}
    See Also