'Declaration Public Function New( _ ByVal rng As C1.WPF.Grid.GridCellRange, _ ByVal action As CollapseExpandAction _ )
public GroupCellEventArgs( C1.WPF.Grid.GridCellRange 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.