Click or drag to resize

XlsButtonShape Clone Method (Object, Dictionary String, String , Dictionary Int32, Int32 , Boolean)

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override IShape Clone(
	Object parent,
	Dictionary<string, string> hashNewNames,
	Dictionary<int, int> dicFontIndexes,
	bool addToCollections
)

Parameters

parent
Type: System Object
hashNewNames
Type: System.Collections.Generic Dictionary String , String
dicFontIndexes
Type: System.Collections.Generic Dictionary Int32 , Int32
addToCollections
Type: System Boolean

Return Value

Type: IShape
See Also