In This Topic
Exchanges two rows in the matrix.
Syntax
'Declaration
Public Sub ExchangeRows( _
ByVal As Integer, _
ByVal As Integer _
)
public void ExchangeRows(
int ,
int
)
Parameters
- firstRow
- The first row to exchange. This is an index of the row starting at zero.
- secondRow
- The second row to exchange. This is an index of the row starting at zero.
See Also