Share via


GridCell.IsRollupScore Property

Gets or sets a Boolean value that indicates whether the score for this cell is from a rollup calculation.

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

Syntax

'Declaration
Public Property IsRollupScore As Boolean
    Get
    Set
'Usage
Dim instance As GridCell
Dim value As Boolean

value = instance.IsRollupScore

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

Property Value

Type: System.Boolean
true if the score for this cell is from a rollup calculation; otherwise, false.

See Also

Reference

GridCell Class

GridCell Members

Microsoft.PerformancePoint.Scorecards Namespace