public void GetValue( int row, int column, ref CellValue cellValue )
'Declaration Public Overloads Sub GetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByRef cellValue As CellValue _ )
'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)
'Usage
Dim instance As DataManager Dim row As Integer Dim column As Integer Dim cellValue As CellValue instance.GetValue(row, column, cellValue)
DataManager Class DataManager Members Overload List