True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / NewRow Method

In This Topic
    NewRow Method (Frame)
    In This Topic
    Creates a new System.Data.DataRow with the same schema as the unbound grid.
    Syntax
    'Declaration
     
    Public Function NewRow() As System.Data.DataRow
    public System.Data.DataRow NewRow()
    See Also