Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PreviewRowTemplateContainer Class / RowIndex Property


In This Topic
    RowIndex Property
    In This Topic
    Gets or sets the index of the row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowIndex As Integer
    'Usage
     
    
    Dim instance As PreviewRowTemplateContainer
    Dim value As Integer
     
    value = instance.RowIndex
    public int RowIndex {get;}

    Property Value

    Row index
    See Also