'Declaration Public Shared Function ToEnumerator( _ ByVal value As System.Object, _ Optional ByVal excludingSubtotals As System.Boolean _ ) As System.Collections.IEnumerator
'Usage Dim value As System.Object Dim excludingSubtotals As System.Boolean Dim value As System.Collections.IEnumerator value = CalcConvert.ToEnumerator(value, excludingSubtotals)
public static System.Collections.IEnumerator ToEnumerator( System.object value, System.bool excludingSubtotals )
Parameters
- value
- The value.
- excludingSubtotals
- if set to true excluding subtotals.
Return Value
An System.Collections.IEnumerator indicate the iterator.