GridTargetSettings.CellElements Property
Gets a list of elements to render in the cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CellElements As ReadOnlyCollection(Of TargetCellElements)
Get
'Usage
Dim instance As GridTargetSettings
Dim value As ReadOnlyCollection(Of TargetCellElements)
value = instance.CellElements
public ReadOnlyCollection<TargetCellElements> CellElements { get; }
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TargetCellElements>
A list of elements to render in the cell.