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