Share via


GridCellSet.Table property

Gets or sets a dictionary that maps strings to GridCell objects.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property Table As DictionaryWrapper(Of String, GridCell)
    Get
    Set
'Usage
Dim instance As GridCellSet
Dim value As DictionaryWrapper(Of String, GridCell)

value = instance.Table

instance.Table = value
public DictionaryWrapper<string, GridCell> Table { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, GridCell>
A dictionary that maps strings to GridCell objects.

Remarks

Do not access this property directly; it is used internally. Use the Item property and the Get() method to access individual cells in the cell set.

See also

Reference

GridCellSet class

GridCellSet members

Microsoft.PerformancePoint.Scorecards namespace