[]
Gets the value for a cell at a 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 |
int | column | Column index |
Type | Description |
---|---|
object |