XlsShapeLineFormat
Clone Method
|
Clones current ojbect.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsShapeLineFormat Clone(
Object parent
)
Public Function Clone (
parent As Object
) As XlsShapeLineFormat
public:
XlsShapeLineFormat^ Clone(
Object^ parent
)
member Clone :
parent : Object -> XlsShapeLineFormat
Parameters
-
parent
-
Type:
System
Object
Represents parent object for new instance.
Return Value
Type:
XlsShapeLineFormat
Returns cloned object.
See Also