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


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