Matrix2d.Cell Property
Parent Object: Matrix2dDescription
Property that returns the cell defined by row/col.
Syntax
Matrix2d.Cell( Row As Long, Col As Long ) As DoubleProperty Value
This is a read/write property whose value is a Double.Parameters
Name | Type | Description |
Row | Long | |
Col | Long |