[]
Gets the unbound value for the cell.
object GetUnboundValue(int row, int column)
Function GetUnboundValue(row As Integer, column As Integer) As Object
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| int | column | Column index |
| Type | Description |
|---|---|
| object | The unbound value for the cell. |