Adds an XLColumn object to the collection.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLColumn Add(
	XLColumn col
)
Visual Basic
Public Function Add ( _
	col As XLColumn _
) As XLColumn

Parameters

col
Type: C1.Silverlight.Excel..::..XLColumn
The item to add to the collection.

Return Value

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

See Also