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