public void GetValue( int row, int column, IPrimitiveValue cellValue, bool directValue )
'Declaration Public Overloads Sub GetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal cellValue As IPrimitiveValue, _ Optional ByVal directValue As Boolean _ )
'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)
'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)
DataManager Class DataManager Members Overload List