GridHeaderUtils.AssignAllNewGuids Method (Microsoft.PerformancePoint.Scorecards)

Assigns a new GUID to this item and all descendants.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Sub AssignAllNewGuids ( _
    header As GridHeaderItem _
)
'Usage
Dim header As GridHeaderItem

GridHeaderUtils.AssignAllNewGuids(header)
public static void AssignAllNewGuids (
    GridHeaderItem header
)

Parameters

  • header
    The grid header node.

Exceptions

Exception type Condition

NullReferenceException

Thrown when header is null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace