[]
Creates a new set of event arguments for a change of state of the outline (range group).
public RangeGroupStateChangedEventArgs(SpreadView view, RangeGroupInfo rangeGroupInfo, bool isRowGroup)
Public Sub New(view As SpreadView, rangeGroupInfo As RangeGroupInfo, isRowGroup As Boolean)
Type | Name | Description |
---|---|---|
SpreadView | view | View (SpreadView object) |
RangeGroupInfo | rangeGroupInfo | Range group (outline) information |
bool | isRowGroup | Whether the outline (range group) is a group of rows |