XlsPageSetup
Clone Method
|
Creates 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 XlsPageSetup Clone(
Object parent
)
Public Function Clone (
parent As Object
) As XlsPageSetup
public:
XlsPageSetup^ Clone(
Object^ parent
)
member Clone :
parent : Object -> XlsPageSetup
Parameters
-
parent
-
Type:
System
Object
Parent for the new instance.
Return Value
Type:
XlsPageSetup
A clone of the current instance.
See Also