Share via


GridCell.Score Property (Microsoft.PerformancePoint.Scorecards)

The score of this cell.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property Score As Decimal
'Usage
Dim instance As GridCell
Dim value As Decimal

value = instance.Score

instance.Score = value
[XmlAttributeAttribute] 
public decimal Score { get; set; }

See Also

Reference

GridCell Class
GridCell Members
Microsoft.PerformancePoint.Scorecards Namespace