Namespace: Spire.Xls
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# |
public CellRange Clone( Object parent, Dictionary<string, string> rangeNames, Workbook book )
Public Function Clone ( parent As Object, rangeNames As Dictionary(Of String, String), book As Workbook ) As CellRange
public: CellRange^ Clone( Object^ parent, Dictionary<String^, String^>^ rangeNames, Workbook^ book )
member Clone : parent : Object * rangeNames : Dictionary<string, string> * book : Workbook -> CellRange