Removes the XLColumn object at a given position from the collection.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
| C# |
|---|
public XLColumn RemoveAt( int index ) |
| Visual Basic |
|---|
Public Function RemoveAt ( _ index As Integer _ ) As XLColumn |
Parameters
- index
- Type: System..::..Int32
Index of the item to remove from the collection.