[]
Gets raw data from the specified cell on this sheet.
object GetValue(int row, int column)
Function GetValue(row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | An integer value indicates the row index of cell. |
int | column | An integer value indicates the column index of cell. |