Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how many levels to expand the hierarchy
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub SetHierarchyStateExpandedToLevel ( _
level As UInteger _
)
'Usage
Dim instance As GridSerializer
Dim level As UInteger
instance.SetHierarchyStateExpandedToLevel(level)
public void SetHierarchyStateExpandedToLevel(
uint level
)
Parameters
level
Type: System.UInt32The level to which the hierarchy is expanded.