FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TopChangeEventArgs Class / NewTop Property


In This Topic
NewTop Property
In This Topic
Gets the index of the new top row.
Syntax
'Declaration
 
Public ReadOnly Property NewTop As Integer
 
'Usage
 
Dim instance As TopChangeEventArgs
Dim value As Integer
 
value = instance.NewTop
See Also