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