[]
Gets the value at the specified position in the array.
public abstract object GetValue(int row, int column)
Public MustOverride Function GetValue(row As Integer, column As Integer) As Object
Type | Description |
---|---|
object | Value at the specified position |