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


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