[]
        
(Showing Draft Content)

C1.Excel.XLColumnCollection.Add

Add Method

Add()

Creates a new XLColumn object and adds it to the collection.

Declaration
public XLColumn Add()
Returns
Type Description
XLColumn

A reference to the new XLColumn object.

Add(XLColumn)

Adds an XLColumn object to the collection.

Declaration
public XLColumn Add(XLColumn col)
Parameters
Type Name Description
XLColumn col

The item to add to the collection.

Returns
Type Description
XLColumn

A reference to the item that was added to the collection (in this case, always the col parameter).