[]
Gets the unbound value for the cell on this sheet.
public object GetUnboundValue(int row, int column)
Public 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. |