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


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