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