[]
Gets the value at the specified position in the cell or range reference.
public abstract object GetValue(int row, int column)
Public MustOverride Function GetValue(row As Integer, column As Integer) As Object
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| int | column | Column index |
| Type | Description |
|---|---|
| object | Value at the specified position |