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


In This Topic
Row Property (UserFormulaEnteredEventArgs)
In This Topic
Gets the row index of the cell in which the user entered a formula.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As UserFormulaEnteredEventArgs
Dim value As Integer
 
value = instance.Row
See Also