XlsWorksheetsCollection
InnerRemove Method
|
Removes the element at the specified index of the collection. This method is accessible to derived classes and classes within the same assembly.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void InnerRemove(
int index
)
Protected Sub InnerRemove (
index As Integer
)
protected:
void InnerRemove(
int index
)
member InnerRemove :
index : int -> unit
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the element to remove.
See Also