[]
Creates a new XLColumn object that is a copy of the current instance.
public XLColumn Clone()
| 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)
| 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. |