Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TopChange Event


TopChange Event
Occurs when the top row changes.
Syntax
'Declaration
 
Public Event TopChange As TopChangeEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As TopChangeEventHandler
 
AddHandler instance.TopChange, handler
Event Data

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

PropertyDescription
Gets the index of the new top row.  
Gets the index of the previous top row.  
Gets the index of the viewport row in which the change occurred.  
See Also