[]
Represents the event data for the RangeGroupStateChanged event for an outline (range group) of rows and columns in the Spread component.
public class RangeGroupStateChangedEventArgs : EventArgs
Public Class RangeGroupStateChangedEventArgs
Inherits EventArgs
Name | Description |
---|---|
RangeGroupStateChangedEventArgs(SpreadView, RangeGroupInfo, bool) | Creates a new set of event arguments for a change of state of the outline (range group). |
Name | Description |
---|---|
IsRowGroup | Gets whether the outline (range group) is a group of rows. |
RangeGroupInfo | Gets the infomation about the outline (range group) whose state has changed. |
View | Gets the view that contains the outline (range group) whose state has changed. |