Enumerator used for iterating cells in a CellRange.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public sealed class CellRangeEnumerator : IEnumerator<ExcelCell>, IDisposable, IEnumerator |
| Visual Basic |
|---|
Public NotInheritable Class CellRangeEnumerator _ Implements IEnumerator(Of ExcelCell), IDisposable, _ IEnumerator |