'Declaration
Public Function NextNonEmptyColumnInRow( _ 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.NextNonEmptyColumnInRow(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 next non-empty column in the specified row of CellMatrix<T> object.