[]
Gets the value.
object GetValue(int row, int column)
Function GetValue(row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | The row index |
int | column | The column index |
Type | Description |
---|---|
object | a object value at row, column. |