Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("the method is not implemented")]
public XlsChartFrameFormat Clone(
	Object parent
)
<ObsoleteAttribute("the method is not implemented")> 
Public Function Clone ( 
	parent As Object
) As XlsChartFrameFormat
public:
[ObsoleteAttribute(L"the method is not implemented")]
XlsChartFrameFormat^ Clone(
	Object^ parent
)
[<ObsoleteAttribute("the method is not implemented")>]
member Clone : 
        parent : Object -> XlsChartFrameFormat 

Parameters

parent
Object

Return Value

XlsChartFrameFormat

See Also