'Declaration Public Overloads MustOverride Function GetValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
Parameters
- row
- The row index at which value should be get.
- column
- The column index at which value should be get.
Return Value
Value at the specified position.