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


In This Topic
Row Property (SheetSpanModelEventArgs)
In This Topic
Gets the row index where the event occurred.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As SheetSpanModelEventArgs
Dim value As Integer
 
value = instance.Row
See Also