Removes an XLColumn object from the collection.

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

Syntax

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

Parameters

col
Type: C1.Silverlight.Excel..::..XLColumn
Item to be removed from the collection.

Return Value

A reference to the item that was removed.

See Also