The IDefInputAreas interface is used to work with the entry areas collection.
IDefInputAreas
The collection of entry areas can be obtained in the IDataEntryForm.InputAreas property.
Property name | Brief description | |
Count | The Count property returns the number of entry areas. | |
Item | The Item property returns parameters of entry area with the specified index. |
Method name | Brief description | |
ApplyAreaToReport | The ApplyAreaToReport method applies dimensions in entry area structure with the specified identifier to data entry form. | |
CreateAttributeArea | The CreateAttributeArea method creates an attribute area and returns its parameters. | |
CreateTableArea | The CreateTableArea method creates a table area and returns its parameters. | |
GetAttributeArea | The GetAttributeArea method returns attribute are parameters with identifier. | |
GetTableArea | The GetTableArea method returns table area parameters with the specified identifier. | |
RemoveArea | The RemoveArea method removes entry area with the specified indicator. | |
TransposeTableAreaWithGrid | The TransposeTableAreaWithGrid method transposes the specified table area and applies changes to data entry form report. |
See also: