'Declaration
Public Overloads Sub GetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal cellValue As IPrimitiveValue, _ Optional ByVal directValue As Boolean _ )
'Usage
Dim instance As DataManager Dim row As Integer Dim column As Integer Dim cellValue As IPrimitiveValue Dim directValue As Boolean instance.GetValue(row, column, cellValue, directValue)
public void GetValue( int row, int column, IPrimitiveValue cellValue, bool directValue )
Parameters
- row
- Row index of the cell in the model
- column
- Column index of the cell in the model
- cellValue
- directValue