[]
        
(Showing Draft Content)

C1.WPF.Excel.XLColumnCollection.Add

Add Method

Add()

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

Declaration
public XLColumn Add()
Public Function Add() As XLColumn
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)
Public Function Add(col As XLColumn) As XLColumn
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).