XlsChartPageSetup
Clone Method
 | 
Creates a deep copy of the XlsChartPageSetup object.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public XlsChartPageSetup Clone(
	Object parent
)
 
Public Function Clone ( 
	parent As Object
) As XlsChartPageSetup
 
public:
XlsChartPageSetup^ Clone(
	Object^ parent
)
 
member Clone : 
parent : Object -> XlsChartPageSetup 
 
 
 
Parameters
- 
parent
 
- 
Type:
System
Object
The parent object to which the cloned page setup will belong.
 
Return Value
Type:
XlsChartPageSetup
A new instance of XlsChartPageSetup that is a copy of the current instance.
 
See Also