Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManager Class / UnBoundNewRowIndex Property


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

    Property Value

    The index of the unbound new row.
    See Also