Description
Display format of Views in the submodel. Valid values are: Attributes = 1, Entities = 2, Primary Keys = 3, All Keys = 4, Definition = 5, Note = 6. DATATYPE: Integer.
Property Type
- Read-write property
Syntax
Public Property ViewDisplayFormat() As Variant
Example
Dim MySubModel As SubModel Dim VDs As ViewDisplays VDs = MySubModel.ViewDisplays
See Also