'Declaration Public Overloads Function NextNonEmptyRow( _ ByVal row As Integer, _ ByVal sheetArea As SheetArea, _ ByVal type As StorageType _ ) As Integer
'Usage Dim instance As Worksheet Dim row As Integer Dim sheetArea As SheetArea Dim type As StorageType Dim value As Integer value = instance.NextNonEmptyRow(row, sheetArea, type)
Parameters
- row
- The row from which to start searching for the next nonempty row.
- sheetArea
- The sheet area.
- type
- Search the next nonempty row based on this type.
Return Value
The next nonempty row index.