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


In This Topic
Row Property (ViewportHitTestInformation)
In This Topic
Gets the row location referred to in the viewport.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As ViewportHitTestInformation
Dim value As Integer
 
value = instance.Row
See Also