Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowOutline Property


In This Topic
    ShowOutline Property
    In This Topic
    Gets or sets whether to show the outline (group) area.
    Syntax
    'Declaration
     
    
    Public Property ShowOutline As RowCol
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As RowCol
     
    instance.ShowOutline = value
     
    value = instance.ShowOutline
    public RowCol ShowOutline {get; set;}
    See Also