[]
Gets unformatted data from a cell at the specified row and column.
public virtual object GetValue(int row, int column)
Public Overridable Function GetValue(row As Integer, column As Integer) As Object
| Type | Name | Description |
|---|---|---|
| int | row | Row index of the cell |
| int | column | Column index of the cell |
| Type | Description |
|---|---|
| object |