Click or drag to resize

CollectionBase T GetEnumerator Method

Returns an enumerator that iterates through this instance.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumerator T
An enumerator for this instance.

Implements

IEnumerable T GetEnumerator
See Also