ColumnSummariesSet.GetEnumerator() Method
In This Article
Returns an enumerator that iterates through a collection.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public IEnumerator<ColumnSummaries> GetEnumerator()
#Returns
Type | Description |
---|---|
IEnumerator<Column |
An enumerator object that can be used to iterate through the collection. |
See Also