Version

AddNewRowAlignment Enumeration

Enumeration for defining where the add row will be located.
Syntax
'Declaration
 
Public Enum AddNewRowAlignment 
   Inherits System.Enum
public enum AddNewRowAlignment : System.Enum 
Members
MemberDescription
BottomThe add row will be at the bottom of the grid, in the footer.
TopThe add row will be at the top of the grid, in the header.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also