Share via


GridViewData.RootColumnHeader Property

Gets or sets the root cell of the column header tree.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property RootColumnHeader As GridHeaderItem
    Get
    Set
'Usage
Dim instance As GridViewData
Dim value As GridHeaderItem

value = instance.RootColumnHeader

instance.RootColumnHeader = value
public GridHeaderItem RootColumnHeader { get; set; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItem
The root cell of the column header tree.

See Also

Reference

GridViewData Class

GridViewData Members

Microsoft.PerformancePoint.Scorecards Namespace