Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLSheet Class / OutlinesBelow Property

In This Topic
    OutlinesBelow Property (XLSheet)
    In This Topic
    Gets or sets a value indicating the vertical location of outline buttons.
    Syntax
    'Declaration
     
    
    Public Property OutlinesBelow As Boolean
    public bool OutlinesBelow {get; set;}
    Remarks
    If this property is set to true, outline buttons are located below the outline group, otherwise they are located above the outline group.

    Th default value is true

    .
    See Also