Share via


GridCell.InBand Property (Microsoft.PerformancePoint.Scorecards)

The in-band value for the indicator.

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

Syntax

'Declaration
Public Property InBand As Integer
'Usage
Dim instance As GridCell
Dim value As Integer

value = instance.InBand

instance.InBand = value
public int InBand { get; set; }

Remarks

Used by leaf target cells.

See Also

Reference

GridCell Class
GridCell Members
Microsoft.PerformancePoint.Scorecards Namespace