Namespace: Spire.Xls.Core.Spreadsheet.Shapes
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 IShape Clone( Object parent, Dictionary<string, string> hashNewNames, Dictionary<int, int> dicFontIndexes, bool addToCollections )
<ObsoleteAttribute("the method is not implemented")> Public Overrides Function Clone ( parent As Object, hashNewNames As Dictionary(Of String, String), dicFontIndexes As Dictionary(Of Integer, Integer), addToCollections As Boolean ) As IShape
public: [ObsoleteAttribute(L"the method is not implemented")] virtual IShape^ Clone( Object^ parent, Dictionary<String^, String^>^ hashNewNames, Dictionary<int, int>^ dicFontIndexes, bool addToCollections ) override
[<ObsoleteAttribute("the method is not implemented")>] abstract Clone : parent : Object * hashNewNames : Dictionary<string, string> * dicFontIndexes : Dictionary<int, int> * addToCollections : bool -> IShape [<ObsoleteAttribute("the method is not implemented")>] override Clone : parent : Object * hashNewNames : Dictionary<string, string> * dicFontIndexes : Dictionary<int, int> * addToCollections : bool -> IShape
Parameters
- parent
- Object
- hashNewNames
- Dictionary<(Of <(<'String, String>)>)>
- dicFontIndexes
- Dictionary<(Of <(<'Int32, Int32>)>)>
- addToCollections
- Boolean