'Declaration
Public Function PreviousNonEmptyColumnInRow( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Integer
'Usage
Dim instance As CellMatrix(Of T) Dim row As Integer Dim column As Integer Dim value As Integer value = instance.PreviousNonEmptyColumnInRow(row, column)
Parameters
- row
- An integer value indicates the row to search.
- column
- An integer value indicates the column to search.
Return Value
Returns the previous non-empty column in the specified row of CellMatrix<T> object.