Click or drag to resize

CellCollection GetEnumerator Method

Gets an enumerator for all cells which top-left corner belongs to this collection. Each cell returned only once.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator for the collection.

Implements

IEnumerable GetEnumerator
See Also