Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PreviewRowFetchEventArgs Class / Row Property


In This Topic
Row Property (PreviewRowFetchEventArgs)
In This Topic
Gets the row index that the preview row belongs to.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As PreviewRowFetchEventArgs
Dim value As Integer
 
value = instance.Row
See Also