Spread Silverlight Documentation
ToEnumeratorExcludingSubtotals Method


The value.
Get an enumerator to iterate items in value with excluding subtotals item.
Syntax
'Declaration
 
Public Shared Function ToEnumeratorExcludingSubtotals( _
   ByVal value As System.Object _
) As System.Collections.IEnumerator
'Usage
 
Dim value As System.Object
Dim value As System.Collections.IEnumerator
 
value = CalcConvert.ToEnumeratorExcludingSubtotals(value)
public static System.Collections.IEnumerator ToEnumeratorExcludingSubtotals( 
   System.object value
)

Parameters

value
The value.

Return Value

An System.Collections.IEnumerator indicate the iterator.
Remarks
If value is CalcArray, it would iterate from each columns to rows. If value is CalcReference, it would iterate all sub-area from each columns to rows. Any others, iterate the value as an enumerator.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcConvert Class
CalcConvert Members

 

 


Copyright © GrapeCity, inc. All rights reserved.