Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RangeGroupSummaryRowBelow Property


In This Topic
    RangeGroupSummaryRowBelow Property
    In This Topic
    Gets or sets whether the direction of the summary row is below the detail.
    Syntax
    'Declaration
     
    
    Public Property RangeGroupSummaryRowBelow As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.RangeGroupSummaryRowBelow = value
     
    value = instance.RangeGroupSummaryRowBelow
    public bool RangeGroupSummaryRowBelow {get; set;}
    See Also