Removes the XLRow 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 XLRow RemoveAt( int index ) |
| Visual Basic |
|---|
Public Function RemoveAt ( _ index As Integer _ ) As XLRow |
Parameters
- index
- Type: System..::..Int32
Index of the item to remove from the collection.