Removes an XLColumn object from the collection.
Namespace:
C1.Silverlight.ExcelAssembly: 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.