HierarchyNode.Row - Propriété
Obtient ou définit la ligne de données de ce nœud.
Espace de noms : Microsoft.SharePoint.JSGrid
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
'Déclaration
Public Property Row As DataRow
Get
Set
'Utilisation
Dim instance As HierarchyNode
Dim value As DataRow
value = instance.Row
instance.Row = value
public DataRow Row { get; set; }
Type : System.Data.DataRow
La ligne de données de ce nœud.