Click or drag to resize

XlsHPageBreaksCollection Clone Method

Creates copy of the collection.

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 for new collection.

Return Value

Type: Object
A clone of the current collection.

Implements

ICloneParent Clone(Object)
See Also