Spread Windows Forms 12.0 Product Documentation
GetTableEnumerator Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : GetTableEnumerator Method
Gets the enumerator from the cross-sheet if it is true; otherwise, only from current SheetView object
Gets the FarPoint.Win.Spread.Model.ITableRange enumerator.
Syntax
'Declaration
 
Public Function GetTableEnumerator( _
   ByVal crossSheet As Boolean _
) As IEnumerator
'Usage
 
Dim instance As SheetView
Dim crossSheet As Boolean
Dim value As IEnumerator
 
value = instance.GetTableEnumerator(crossSheet)
public IEnumerator GetTableEnumerator( 
   bool crossSheet
)

Parameters

crossSheet
Gets the enumerator from the cross-sheet if it is true; otherwise, only from current SheetView object

Return Value

See Also

Reference

SheetView Class
SheetView Members