XlsChartFrameFormat
Clear Method
|
Note: This API is now obsolete.
Clears objects.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void Clear()
<ObsoleteAttribute("the method is not implemented")>
Public Sub Clear
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual void Clear() sealed
[<ObsoleteAttribute("the method is not implemented")>]
abstract Clear : unit -> unit
[<ObsoleteAttribute("the method is not implemented")>]
override Clear : unit -> unit
Implements
IChartFrameFormat
Clear
See Also