[]
Gets unformatted data from the specified cell on this sheet.
public object GetValue(int row, int column)
Public Function GetValue(row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
object | A object with value in cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |