DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / CustomRangeEventArgs Class / GroupValue Property

In This Topic
    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