Spread Windows Forms 8.0 Product Documentation
TableRangeChanging Event (ITableRange)


Occurs when range of table is about to change.
Syntax
'Declaration
 
Event TableRangeChanging As TableRangeChangingEventHandler
'Usage
 
Dim instance As ITableRange
Dim handler As TableRangeChangingEventHandler
 
AddHandler instance.TableRangeChanging, handler
event TableRangeChangingEventHandler TableRangeChanging
Event Data

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

PropertyDescription
Column Gets column.
ColumnCount Gets column count.
Row Gets row.
RowCount Gets row count.
Type Gets table changed type.
Requirements

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

See Also

Reference

ITableRange Interface
ITableRange Members

 

 


Copyright © GrapeCity, inc. All rights reserved.