Share via


GridCellSet Constructor (GridCellSet) (Microsoft.PerformancePoint.Scorecards)

Copy constructor. Initializes a new instance of the GridCellSet class.

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
    The object to copy from.

See Also

Reference

GridCellSet Class
GridCellSet Members
Microsoft.PerformancePoint.Scorecards Namespace