GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : RangeGroupStateChanged Event |
'Declaration Public Event RangeGroupStateChanged As System.EventHandler(Of RangeGroupStateChangedEventArgs)
'Usage Dim instance As SheetView Dim handler As System.EventHandler(Of RangeGroupStateChangedEventArgs) AddHandler instance.RangeGroupStateChanged, handler
public event System.EventHandler<RangeGroupStateChangedEventArgs> RangeGroupStateChanged
The event handler receives an argument of type RangeGroupStateChangedEventArgs containing data related to this event. The following RangeGroupStateChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Index | Gets the index of the RangeGroupInfo object whose state has changed. |
IsRowGroup | Gets whether the outline (range group) is a group of rows. |
Level | Gets the level of the RangeGroupInfo object whose state has changed. |
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6