'Declaration
Public Function NextNonEmptyColumnInRow( _ ByVal row As Integer, _ ByVal column As Integer, _ Optional ByVal skipInsideItems As Boolean _ ) As Integer
Parameters
- row
- The anchor row index.
- column
- The anchor column Index
- skipInsideItems
- Return the last block index if the found cell is in block with the specified cell.
Return Value
The column index that contains data.