Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 override XlsChartAxis Clone( Object parent, Dictionary<int, int> dicFontIndexes, Dictionary<string, string> dicNewSheetNames )
<ObsoleteAttribute("the method is not implemented")> Public Overrides Function Clone ( parent As Object, dicFontIndexes As Dictionary(Of Integer, Integer), dicNewSheetNames As Dictionary(Of String, String) ) As XlsChartAxis
public: [ObsoleteAttribute(L"the method is not implemented")] virtual XlsChartAxis^ Clone( Object^ parent, Dictionary<int, int>^ dicFontIndexes, Dictionary<String^, String^>^ dicNewSheetNames ) override
[<ObsoleteAttribute("the method is not implemented")>] abstract Clone : parent : Object * dicFontIndexes : Dictionary<int, int> * dicNewSheetNames : Dictionary<string, string> -> XlsChartAxis [<ObsoleteAttribute("the method is not implemented")>] override Clone : parent : Object * dicFontIndexes : Dictionary<int, int> * dicNewSheetNames : Dictionary<string, string> -> XlsChartAxis
Parameters
- parent
- Object
- dicFontIndexes
- Dictionary<(Of <(<'Int32, Int32>)>)>
- dicNewSheetNames
- Dictionary<(Of <(<'String, String>)>)>