Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NewRowPosition Enumeration


In This Topic
    NewRowPosition Enumeration
    In This Topic
    Represents the position of the new row.
    Syntax
    'Declaration
     
    
    Public Enum NewRowPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As NewRowPosition
    public enum NewRowPosition : System.Enum 
    Members
    MemberDescription
    BottomThe new row appears as the last row of the worksheet.
    TopThe new row appears as the first row of the worksheet.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.NewRowPosition

    See Also