Share via


GridCellSet.Table Property (Microsoft.PerformancePoint.Scorecards)

The data table. This property is used internally.

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

Syntax

'Declaration
<XmlElementAttribute> _
Public Property Table As DictionaryWrapper(Of String, GridCell)
'Usage
Dim instance As GridCellSet
Dim value As DictionaryWrapper(Of String, GridCell)

value = instance.Table

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

Remarks

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

See Also

Reference

GridCellSet Class
GridCellSet Members
Microsoft.PerformancePoint.Scorecards Namespace