Table of Contents

ExcelFile.GetEnumerator Method

Returns an enumerator that allows you to loop on all cells in the active worksheet. Once you start the foreach loop, you might change the active sheet and it won't change inside the enumerator.

Syntax

Namespace: FlexCel.Core

public IEnumerator<CellValue> GetEnumerator()

See also