'Declaration
Public Overloads Sub GetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByRef cellValue As CellValue _ )
'Usage
Dim instance As DataManager Dim row As Integer Dim column As Integer Dim cellValue As CellValue instance.GetValue(row, column, cellValue)
Parameters
- row
- Row index of the cell in the model
- column
- Column index of the cell in the model
- cellValue