Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / SheetDataModelEventArgs Class / Row Property


In This Topic
    Row Property (SheetDataModelEventArgs)
    In This Topic
    Gets the row index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As SheetDataModelEventArgs
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}

    Property Value

    Integer row index
    Remarks
    Index is zero-based.
    See Also