Spread Silverlight Documentation
CellsEnumerator Constructor(Worksheet,SheetArea,SearchOrder,Int32,Int32,Int32,Int32)


GrapeCity.Windows.SpreadSheet.Data Namespace > CellsEnumerator Class > CellsEnumerator Constructor : CellsEnumerator Constructor(Worksheet,SheetArea,SearchOrder,Int32,Int32,Int32,Int32)
The sheet.
The sheet area.
The search order for this enumerator.
The starting row to enumerate.
The starting column to enumerate.
The ending row to enumerate.
The ending column to enumerate.
Creates a new cells enumerator for the specified sheet area with the specified search order for the specified search range.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal sheetArea As SheetArea, _
   ByVal searchOrder As SearchOrder, _
   ByVal rowStart As System.Integer, _
   ByVal columnStart As System.Integer, _
   ByVal rowEnd As System.Integer, _
   ByVal columnEnd As System.Integer _
)
'Usage
 
Dim worksheet As Worksheet
Dim sheetArea As SheetArea
Dim searchOrder As SearchOrder
Dim rowStart As System.Integer
Dim columnStart As System.Integer
Dim rowEnd As System.Integer
Dim columnEnd As System.Integer
 
Dim instance As New CellsEnumerator(worksheet, sheetArea, searchOrder, rowStart, columnStart, rowEnd, columnEnd)
public CellsEnumerator( 
   Worksheet worksheet,
   SheetArea sheetArea,
   SearchOrder searchOrder,
   System.int rowStart,
   System.int columnStart,
   System.int rowEnd,
   System.int columnEnd
)

Parameters

worksheet
The sheet.
sheetArea
The sheet area.
searchOrder
The search order for this enumerator.
rowStart
The starting row to enumerate.
columnStart
The starting column to enumerate.
rowEnd
The ending row to enumerate.
columnEnd
The ending column to enumerate.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members
Overload List