GridCellSet Constructor (GridCellSet)
Initializes a new instance of the GridCellSet class based on another GridCellSet(GridCellSet) object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
template As GridCellSet _
)
'Usage
Dim template As GridCellSet
Dim instance As New GridCellSet(template)
public GridCellSet(
GridCellSet template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.GridCellSetThe object to copy.