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

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

Syntax

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

Return Value

A reference to the new XLColumn object.

See Also