RowsSelection

Selects one or more rows from a matrix. The number of rows to select are specified with the Row count property, and changing this value will create or delete properties called: Row 1 - N where N is the value of the Row count property. The selected rows can either be exposed as one matrix or one matrix (with one row) for each selected row by changing the Output type property.

If one of the row indices are illegal the corresponding row in the resulting matrix is filled with zeros and an error message is written once.