'Declaration
Public Default Property Item( _
ByVal As System.Integer _
) As MatrixRow
public MatrixRow this[
System.int
]; {get; set;}
Parameters
- index
- A zero-based Integer indicating the index of the MatrixRow to return or set.
Property Value
The MatrixRow object at the specified position.