Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / DataRow Class / DataRow Constructor / DataRow Constructor(DataRow)
A reference to a DataRow object that will be used to create the data rows contained within the grid.


In This Topic
    DataRow Constructor(DataRow)
    In This Topic
    Initializes a new instance of the DataRow class specifying the template that will be used to create the data rows contained within the grid.
    Syntax
    'Declaration
     
    Protected Friend Function New( _
       ByVal template As DataRow _
    )
    'Usage
     
    Dim template As DataRow
     
    Dim instance As New DataRow(template)
    protected internal DataRow( 
       DataRow template
    )

    Parameters

    template
    A reference to a DataRow object that will be used to create the data rows contained within the grid.
    Requirements

    Target Platforms: 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