Accusoft.FSInvoices1.Net
TableDefinitions Property




Gets and sets the dictionary of FormTableDefinition objects.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property TableDefinitions As FormTableDefinitionDictionary
'Usage
 
Dim instance As FormDefinition
Dim value As FormTableDefinitionDictionary
 
instance.TableDefinitions = value
 
value = instance.TableDefinitions
[DataMemberAttribute()]
public FormTableDefinitionDictionary TableDefinitions {get; set;}
[DataMemberAttribute()]
public: __property FormTableDefinitionDictionary* get_TableDefinitions();
public: __property void set_TableDefinitions( 
   FormTableDefinitionDictionary* value
);
[DataMemberAttribute()]
public:
property FormTableDefinitionDictionary^ TableDefinitions {
   FormTableDefinitionDictionary^ get();
   void set (    FormTableDefinitionDictionary^ value);
}
Remarks

Defines the tables that are expected to be on the forms. All defined tables will appear in FormResult.Tables following processing.

Default: Empty FormTableDefinitionDictionary.

See Also

Reference

FormDefinition Class
FormDefinition Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback