Description
Adds a domain with the given parameters to the data dictionary, and then returns the new object. PARAMETERS: Name (String), AttributeName (String), ColumnName (String), DomainFolder (String or Integer).
Syntax
Public Function AddEx( _ ByVal Name As Variant, _ ByVal AttributeName As Variant, _ ByVal ColumnName As Variant, _ ByVal DomainFolder As Variant _ ) As Domain
Parameters
- Name
- AttributeName
- ColumnName
- DomainFolder
See Also