Namespace: Spire.Xls
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 Copy(
	CellRange destRange,
	bool updateReference,
	bool copyStyles
)
Public Function Copy ( 
	destRange As CellRange,
	updateReference As Boolean,
	copyStyles As Boolean
) As CellRange
public:
CellRange^ Copy(
	CellRange^ destRange, 
	bool updateReference, 
	bool copyStyles
)
member Copy : 
        destRange : CellRange * 
        updateReference : bool * 
        copyStyles : bool -> CellRange 

Parameters

destRange
CellRange
updateReference
Boolean
copyStyles
Boolean

Return Value

CellRange

See Also