[]
        
(Showing Draft Content)

C1.Excel.XLColumn.Clone

Clone Method

Clone()

Creates a new XLColumn object that is a copy of the current instance.

Declaration
public XLColumn Clone()
Returns
Type Description
XLColumn

A new XLColumn object that is a copy of the current instance.

Clone(out XLCell[])

Creates a new XLColumn object that is a copy of the current instance.

Declaration
public XLColumn Clone(out XLCell[] cells)
Parameters
Type Name Description
XLCell[] cells

The array of the cells for the current instance.

Returns
Type Description
XLColumn

A new XLColumn object that is a copy of the current instance.