'Declaration
Public Function PreviousNonEmptyColumnInRow( _ ByVal row As Integer, _ ByVal column As Integer, _ Optional ByVal skipInsideItems As Boolean _ ) As Integer
Parameters
- row
- the start row index
- column
- the start 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