[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextColumnCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<TextColumn> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of TextColumn)
Returns
Type Description
IEnumerator<TextColumn>

An enumerator that can be used to iterate through the collection.

Implements