GrapeCity.Xaml.SpreadSheet.Data Namespace > CellsEnumerator Class > CellsEnumerator Constructor : CellsEnumerator Constructor(Worksheet,SheetArea,SearchOrder,Int32,Int32,Int32,Int32) |
'Declaration Public Function New( _ ByVal worksheet As Worksheet, _ ByVal sheetArea As SheetArea, _ ByVal searchOrder As SearchOrder, _ ByVal rowStart As Integer, _ ByVal columnStart As Integer, _ ByVal rowEnd As Integer, _ ByVal columnEnd As Integer _ )
'Usage Dim worksheet As Worksheet Dim sheetArea As SheetArea Dim searchOrder As SearchOrder Dim rowStart As Integer Dim columnStart As Integer Dim rowEnd As Integer Dim columnEnd As Integer Dim instance As New CellsEnumerator(worksheet, sheetArea, searchOrder, rowStart, columnStart, rowEnd, columnEnd)
public CellsEnumerator( Worksheet worksheet, SheetArea sheetArea, SearchOrder searchOrder, int rowStart, int columnStart, int rowEnd, int columnEnd )
Target Platforms: Windows Server 2012, Windows RT