Share via


HierarchyNode constructor

Initializes a new instance of the HierarchyNode class, based on the specified data row.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    row As DataRow _
)
'Usage
Dim row As DataRow

Dim instance As New HierarchyNode(row)
public HierarchyNode(
    DataRow row
)

Parameters

See also

Reference

HierarchyNode class

HierarchyNode members

Microsoft.SharePoint.JSGrid namespace