'Declaration <DescriptionAttribute("Represents a row that contains a cell for each column in the grid and is used to insert new DataRow objects into a grid.")> <DefaultEventAttribute("RowInserted")> <ToolboxItemAttribute(False)> <DesignerAttribute("Xceed.Grid.Design.CellRowDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")> <DesignTimeVisibleAttribute(False)> <DefaultPropertyAttribute("BackColor")> Public Class InsertionRow Inherits CellRow
'Usage Dim instance As InsertionRow
[Description("Represents a row that contains a cell for each column in the grid and is used to insert new DataRow objects into a grid.")] [DefaultEvent("RowInserted")] [ToolboxItem(false)] [Designer("Xceed.Grid.Design.CellRowDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")] [DesignTimeVisible(false)] [DefaultProperty("BackColor")] public class InsertionRow : CellRow