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