Description:
Sets a value of a matrix element. Row and Column indices are 0-based.
Syntax:
SetItem(
Row As Integer, Column As Integer, Element As Double)
Parameters:
| Name |
Description |
| Row |
Row of the element |
| Column |
Column of the element |
| Element |
New value of the element |