Class CrosstabCellBaseEnumerator
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Enumerator for CrosstabCellBase derived items (group and sum label cells) providing a strongly typed Current property. Not thread-safe.
public class CrosstabCellBaseEnumerator : IEnumerator
- Inheritance
-
CrosstabCellBaseEnumerator
- Implements
- Inherited Members
Properties
Current
Gets the current strongly typed cell instance or null if enumeration finished.
public CrosstabCellBase Current { get; }
Property Value
Methods
MoveNext()
Advances to the next element.
public bool MoveNext()
Returns
Reset()
Resets the enumerator to the initial position.
public void Reset()