PropertySets.Add Method
Parent Object: PropertySetsDescription
Adds a new PropertySet. The new set's FMTID can be optionally provided (as a string).
Syntax
PropertySets.Add( Name As String, [InternalName] As Variant ) As PropertySetParameters
Name | Type | Description |
Name | String | Name of the PropertySet. If the name begins with an underscore the property set is hidden and can only be retrieved by asking for it by name. |
InternalName | Variant | Input Variant that specifies the internal name of the PropertySet to be added. This is an optional argument whose default value is null. |