GridWorksheetCollection.RemoveAt
RemoveAt(int)
Removes the element at a specified index.
public void RemoveAt(int index)
| Parameter | Type | Description | 
|---|---|---|
| index | Int32 | The index value of the element to remove. | 
See Also
- class GridWorksheetCollection
 - namespace Aspose.Cells.GridWeb.Data
 - assembly Aspose.Cells.GridWeb
 
RemoveAt(string)
Removes the element at a specified name.
public void RemoveAt(string name)
| Parameter | Type | Description | 
|---|---|---|
| name | String | The name of the element to remove. | 
See Also
- class GridWorksheetCollection
 - namespace Aspose.Cells.GridWeb.Data
 - assembly Aspose.Cells.GridWeb