GridCell.Score Property
Gets or sets the score of this cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Score As Decimal
Get
Set
'Usage
Dim instance As GridCell
Dim value As Decimal
value = instance.Score
instance.Score = value
public decimal Score { get; set; }
Property Value
Type: System.Decimal
The score of this cell.