GridCell.InBand property

Gets or sets 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
    Get
    Set
'Usage
Dim instance As GridCell
Dim value As Integer

value = instance.InBand

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

Property value

Type: System.Int32
The in-band value for the indicator.

Remarks

InBand is used by leaf target cells.

See also

Reference

GridCell class

GridCell members

Microsoft.PerformancePoint.Scorecards namespace