Skip to main content
A newer version of this page is available. .

XlPictureHyperlink.Clone() Method

Creates a copy of the current XlPictureHyperlink object.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public XlPictureHyperlink Clone()

Returns

Type Description
XlPictureHyperlink

An XlPictureHyperlink object which is a copy of the current object.

Remarks

This method creates a new instance of the XlPictureHyperlink class and copies all the values of the current XlPictureHyperlink object’s properties to it.

See Also