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


In This Topic
    DisplayOutline Property
    In This Topic
    Gets or sets a value indicating whether the sheet has outline symbols visible.
    Syntax
    'Declaration
     
    
    Public Property DisplayOutline As Boolean
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Boolean
     
    instance.DisplayOutline = value
     
    value = instance.DisplayOutline
    public bool DisplayOutline {get; set;}

    Property Value

    true if the sheet has outline symbols visible; otherwise, false.
    See Also