Spread Windows Forms 12.0 Product Documentation
Row Property (ExcelWarning)


FarPoint.Excel Assembly > FarPoint.Excel Namespace > ExcelWarning Class : Row Property
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
public int Row {get;}

Property Value

Integer index of row
See Also

Reference

ExcelWarning Class
ExcelWarning Members