get( row, column )
instance function
Get the value at the specified row and column position.
Arguments
Name | Type | Description |
---|---|---|
row | Number | Row index of the value |
column | Number | Column index of the value |
Returns
Type | Description |
---|---|
Number | The value at the position |