DataLabelsEx.GetEnumerator() Method
Returns an enumerator that iterates through the collection.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerator<KeyValuePair<Int32, DataLabelEx>> | An enumerator for collection elements. |
Implements
See Also