Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NewRowPosition Enumeration


NewRowPosition Enumeration
Represents the position of the new row.
Syntax
'Declaration
 
Public Enum NewRowPosition 
   Inherits System.Enum
 
'Usage
 
Dim instance As NewRowPosition
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