Aspose::Cells::Enumerator::MoveNext method

Enumerator::MoveNext method

Advances the enumerator to the next element of the enumeration and returns a boolean indicating whether an element is available.

bool Aspose::Cells::Enumerator<T>::MoveNext()

ReturnValue

Returns true if an element is available. Otherwise, returns false

See Also