'Declaration
Public Function NextNonEmptyRowInColumn( _ ByVal column As Integer, _ ByVal row As Integer, _ Optional ByVal skipInsideItems As Boolean _ ) As Integer
'Usage
Dim instance As WorksheetBase Dim column As Integer Dim row As Integer Dim skipInsideItems As Boolean Dim value As Integer value = instance.NextNonEmptyRowInColumn(column, row, skipInsideItems)
Parameters
- column
- start column index
- row
- start row index
- skipInsideItems
- Return the last block index if the found cell is in block with the specified cell.
Return Value
An integer value represents the next non-empty row in the specified column.