CellRangeGetReadEnumerator Method |
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic CellRangeEnumerator GetReadEnumerator()
Public Function GetReadEnumerator As CellRangeEnumerator
Return Value
CellRangeEnumerator
Remarks
Returns an enumerator that iterates only over already selected cells in the range.
If you only need used cells, use this enumerator because it is faster and doesn't allocate unnecessary cells.
See Also