[]
Creates a new XLColumn object that is a copy of the current instance.
public XLColumn Clone()
Public Function Clone() As XLColumn
| Type | Description |
|---|---|
| XLColumn | A new XLColumn object that is a copy of the current instance. |
Creates a new XLColumn object that is a copy of the current instance.
public XLColumn Clone(out XLCell[] cells)
Public Function Clone(ByRef cells As XLCell()) As XLColumn
| Type | Name | Description |
|---|---|---|
| XLCell[] | cells | The array of the cells for the current instance. |
| Type | Description |
|---|---|
| XLColumn | A new XLColumn object that is a copy of the current instance. |