<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / GroupCellEventArgs Class / GroupCellEventArgs Constructor
CellRange represented the affected cell ranges.
CollapseExpandAction that indicates whether it is row or column to be collapsed/expanded.

In This Topic
    GroupCellEventArgs Constructor
    In This Topic
    Initializes a new instance of a GroupCellEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rng As CellRange, _
       ByVal action As CollapseExpandAction _
    )
    public GroupCellEventArgs( 
       CellRange rng,
       CollapseExpandAction action
    )

    Parameters

    rng
    CellRange represented the affected cell ranges.
    action
    CollapseExpandAction that indicates whether it is row or column to be collapsed/expanded.
    See Also