Share via


GridCell.IsRollupScore Property (Microsoft.PerformancePoint.Scorecards)

A flag that indicates if the score for this cell is from a rollup.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property IsRollupScore As Boolean
'Usage
Dim instance As GridCell
Dim value As Boolean

value = instance.IsRollupScore

instance.IsRollupScore = value
[XmlAttributeAttribute] 
public bool IsRollupScore { get; set; }

See Also

Reference

GridCell Class
GridCell Members
Microsoft.PerformancePoint.Scorecards Namespace