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


In This Topic
    NewRowPosition Property
    In This Topic
    Gets or sets the position of the new row when the worksheet is bound.
    Syntax
    'Declaration
     
    
    Public Property NewRowPosition As NewRowPosition
    'Usage
     
    
    Dim instance As DataManager
    Dim value As NewRowPosition
     
    instance.NewRowPosition = value
     
    value = instance.NewRowPosition
    public NewRowPosition NewRowPosition {get; set;}

    Property Value

    A GrapeCity.Spreadsheet.NewRowPosition value represents the position of the new row.
    See Also