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.

See also

Reference

GridCell class

GridCell members

Microsoft.PerformancePoint.Scorecards namespace