Click or drag to resize

INameRanges RemoveAt Method

Removes the element at the specified index of the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void RemoveAt(
	int index
)

Parameters

index
Type: System Int32
The zero-based index of the element to remove.
See Also