Spread WinForms 15
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


In This Topic
GetTableEnumerator Method
In This Topic
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)

Parameters

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

Return Value

See Also