[]
Returns a value of cell.
object GetValue(int col, int row)
Function GetValue(col As Integer, row As Integer) As Object
| Type | Name | Description |
|---|---|---|
| int | col | Column index in sheet. |
| int | row | Row index in sheet. |
| Type | Description |
|---|---|
| object | Cell value at the specified column and row index. |