Click or drag to resize

XlsWorksheetConditionalFormats Clone Method

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

Namespace: Spire.Xls.Core.Spreadsheet.Collections
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
Parent object for a copy of this instance.

Return Value

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

Implements

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