Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IUnboundRowAddNewRowSupport Interface / UnBoundNewRowIndex Property


In This Topic
    UnBoundNewRowIndex Property
    In This Topic
    Gets or sets the index of the unbound new row.
    Syntax
    'Declaration
     
    
    Property UnBoundNewRowIndex As Integer
    'Usage
     
    
    Dim instance As IUnboundRowAddNewRowSupport
    Dim value As Integer
     
    instance.UnBoundNewRowIndex = value
     
    value = instance.UnBoundNewRowIndex
    int UnBoundNewRowIndex {get; set;}

    Property Value

    The index of the unbound new row.
    See Also