GrapeCity.Xaml.SpreadSheet.UI
RangeGroupStateChanged Event (SheetView)


Occurs when the user has changed the state of outline (range group) rows or columns.
Syntax
'Declaration
 
Public Event RangeGroupStateChanged As EventHandler(Of RangeGroupStateChangedEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of RangeGroupStateChangedEventArgs)
 
AddHandler instance.RangeGroupStateChanged, handler
public event EventHandler<RangeGroupStateChangedEventArgs> RangeGroupStateChanged
Event Data

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.

PropertyDescription
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.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options