Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarning Class / Row Property


In This Topic
Row Property (ExcelWarning)
In This Topic
Gets the index of the row where the warning pertains.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As ExcelWarning
Dim value As Integer
 
value = instance.Row
See Also