[]
Gets the value of the cell for the specified row and column.
public override object GetValue(int row, int column)
Public Overrides Function GetValue(row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | Row index of the cell in the model |
int | column | Column index of the cell in the model |
Type | Description |
---|---|
object |