GridCellSet.Clone method
Performs a deep clone of this object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function Clone As Object
'Usage
Dim instance As GridCellSet
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
Return value
Type: System.Object
A deep clone of the current instance.