PropertySets.PropertySetExists Method
Parent Object: PropertySetsDescription
Function that returns a Boolean to indicate whether a PropertySet with the specified name exists in the PropertySets collection.
Syntax
PropertySets.PropertySetExists( PropertySetName As String, [PropertySet] As Variant ) As BooleanParameters
Name | Type | Description |
PropertySetName | String | Input string value that indicating the property set name. This can be the display name or internal name. |
PropertySet | Variant | Optional output the property set if found with the specified name, otherwise this will return Nothing. This is an optional argument whose default value is null. |