Spread ASP.NET 16
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
    public int Row {get;}

    Property Value

    Integer index of row
    See Also