Spread Windows Forms 15.0
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;}
    See Also