CellCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IEnumerator<ICell> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ICell)
public:
virtual IEnumerator<ICell^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<ICell>
override GetEnumerator : unit -> IEnumerator<ICell>
Return Value
Type:
IEnumeratorICell
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also