[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.Reference.Clone

Clone Method

Clone()

Creates a copy of this reference.

The returned Reference contains the same reference settings as this instance, including workbook, worksheet, row, column, and kind information. This method performs a shallow copy.

Declaration
public Reference Clone()
Public Function Clone() As Reference
Returns
Type Description
Reference

A new Reference instance that copies the current reference settings.