Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IUnboundRowAddNewRowSupport Interface / UnBoundNewRowIndex Property


In This Topic
    UnBoundNewRowIndex Property (IUnboundRowAddNewRowSupport)
    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