Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the GridFontInfo class based on another GridFontInfo object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
template As GridFontInfo _
)
'Usage
Dim template As GridFontInfo
Dim instance As New GridFontInfo(template)
public GridFontInfo(
GridFontInfo template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.GridFontInfoThe object to copy.