Accusoft.FSInvoices1.Net - Updated
GetTableByName Method




Accusoft.FSInvoices Namespace > FormResult Class : GetTableByName Method
Name of the table to be retrieved.
Gets the FormTable with the specified name.
Syntax
'Declaration
 
Public Function GetTableByName( _
   ByVal tableName As String _
) As FormTable
'Usage
 
Dim instance As FormResult
Dim tableName As String
Dim value As FormTable
 
value = instance.GetTableByName(tableName)
public FormTable GetTableByName( 
   string tableName
)
public: FormTable* GetTableByName( 
   string* tableName
) 
public:
FormTable^ GetTableByName( 
   String^ tableName
) 

Parameters

tableName
Name of the table to be retrieved.

Return Value

Table matching given name; null otherwise.
See Also

Reference

FormResult Class
FormResult Members