'Declaration Public Overrides Function GetValue( _ ByVal row As Integer, _ ByVal col As Integer _ ) As Object
'Usage Dim instance As GroupDataModel Dim row As Integer Dim col As Integer Dim value As Object value = instance.GetValue(row, col)
Parameters
- row
- Row index of the cell
- col
- Column index of the cell
Return Value
Object containing the value