Spread Windows Forms 12.0 Product Documentation
RangeGroupSummaryColumnRight Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : RangeGroupSummaryColumnRight Property
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;}
Example
This example sets the RangeGroupSummaryColumnRight property.
fpSpread1.Sheets[0].RangeGroupSummaryColumnRight = true;
FpSpread1.Sheets(0).RangeGroupSummaryColumnRight = True
See Also

Reference

SheetView Class
SheetView Members