Spread Windows Forms 9.0 Product Documentation
Changing Event (IRangeGroupModel2)


Occurs when an outline (range group) is changing.
Syntax
'Declaration
 
Event Changing As RangeGroupModelEventHandler
'Usage
 
Dim instance As IRangeGroupModel2
Dim handler As RangeGroupModelEventHandler
 
AddHandler instance.Changing, handler
Event Data

The event handler receives an argument of type RangeGroupModelEventArgs containing data related to this event. The following RangeGroupModelEventArgs properties provide information specific to this event.

PropertyDescription
ChangedIndexesGets the indexes of changed rows or columns of the outline (range group).  
CountGets the number of rows or columns in the outline (range group).  
ExpandGets whether the outline (range group) is expanded (or else collapsed).  
GroupsToExpandGets the outline (range group) to expand (or collapse).  
IsRowGroupGets whether the outline (range group) is of rows (or else columns).  
StartIndexGets the starting index of rows or columns of the outline (range group).  
TypeGets the type of outline (range group) event.  
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

IRangeGroupModel2 Interface
IRangeGroupModel2 Members

 

 


Copyright © GrapeCity, inc. All rights reserved.