Spread Silverlight Documentation
CellsEnumerator Constructor(Worksheet,SheetArea)


GrapeCity.Windows.SpreadSheet.Data Namespace > CellsEnumerator Class > CellsEnumerator Constructor : CellsEnumerator Constructor(Worksheet,SheetArea)
The sheet.
The sheet area.
Creates a new cells enumerator for the specified sheet area.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal sheetArea As SheetArea _
)
'Usage
 
Dim worksheet As Worksheet
Dim sheetArea As SheetArea
 
Dim instance As New CellsEnumerator(worksheet, sheetArea)
public CellsEnumerator( 
   Worksheet worksheet,
   SheetArea sheetArea
)

Parameters

worksheet
The sheet.
sheetArea
The sheet area.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members
Overload List