Spread Silverlight Documentation
CellsEnumerator Constructor(Worksheet)


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

Parameters

worksheet
The sheet.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members
Overload List