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