Click or drag to resize

XlsStyle Clone Method

Creates a new object that is a copy of the current instance.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override Object Clone(
	Object parent
)

Parameters

parent
Type: System Object
The parent object to which the cloned object will belong.

Return Value

Type: Object
A new object that is a copy of the current instance.

Implements

ICloneParent Clone(Object)
ICloneParent Clone(Object)
See Also