[]
Gets the value in a cell at the specified row and column.
object GetValue(int row, int column)
Function GetValue(row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
object | Object with value in cell |