'Declaration
Public Function EnumerateNonEmptyValues( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer _ ) As IEnumerable(Of T)
'Usage
Dim instance As CellMatrix(Of T) Dim row As Integer Dim column As Integer Dim row2 As Integer Dim column2 As Integer Dim value As IEnumerable(Of T) value = instance.EnumerateNonEmptyValues(row, column, row2, column2)
Parameters
- row
- An integer value indicates the first row.
- column
- An integer value indicates the first column.
- row2
- An integer value indicates the last row.
- column2
- An integer value indicates the last column.