Spread for ASP.NET 9.0 Product Documentation
Changed Event (ISheetDataModel)


Occurs when the data model has changed.
Syntax
'Declaration
 
Event Changed As SheetDataModelEventHandler
'Usage
 
Dim instance As ISheetDataModel
Dim handler As SheetDataModelEventHandler
 
AddHandler instance.Changed, handler
Event Data

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

PropertyDescription
ColumnGets the column index.  
ColumnCountGets the number of columns.  
RowGets the row index.  
RowCountGets the number of rows.  
TypeGets the event type.  
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ISheetDataModel Interface
ISheetDataModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.