GroupValue Property (CustomRangeEventArgs)
In This Topic
The range group as a result (assigned in the event code in
C1.PivotEngine.RangeInfo.CustomRange) handler.
Syntax
'Declaration
Public Property GroupValue As String
public string GroupValue {get; set;}
See Also