GridHeaderItem.IsCellHidden Property
Gets or sets a Boolean value that indicates whether this node cell is hidden.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsCellHidden As Boolean
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean
value = instance.IsCellHidden
instance.IsCellHidden = value
public bool IsCellHidden { get; set; }
Property Value
Type: System.Boolean
true if this node cell is hidden; otherwise false.