'Declaration
Public Overrides Function GetValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
'Usage
Dim instance As DefaultSheetDataModel Dim row As Integer Dim column As Integer Dim value As Object value = instance.GetValue(row, column)
Parameters
- row
- Row index of the cell in the model
- column
- Column index of the cell in the model