GradientStops
Clone Method
|
Creates copy of the current instance.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public GradientStops Clone()
Public Function Clone As GradientStops
public:
GradientStops^ Clone()
member Clone : unit -> GradientStops
Return Value
Type:
GradientStops
Copy of the current instance.
See Also