Read data values from lookup table.
[Visual Basic 6.0] Sub ReadDataValues(
ByVal bstrLookupTableName As String _
)
[Visual Basic .NET] Public Sub ReadDataValues ( _ ByVal bstrLookupTableName As String _ )
[C#] public void ReadDataValues ( string bstrLookupTableName );
[Java] public void readDataValues ( String bstrLookupTableName ) throws IOException, AutomationException
[C++]
HRESULT ReadDataValues(
BSTR bstrLookupTableName
);
Parameters
bstrLookupTableName [in]
bstrLookupTableName is a parameter of type BSTR