AuthenticRange.CanPerformActionWith
Method: CanPerformActionWith (eAction as SPYAuthenticActions, out_arrElementNames as Variant)
Description
PerformActionWith and its related methods, enable access to the entry-helper functions of Authentic. This function allows easy and consistent modification of the document content without having to know exactly where the modification will take place.
This method returns an array of those element names that the specified action can be performed with.
HINT: To apply the action use CanPerformActionWith.
Errors
2001 | The authentic range object, or its related view object is no longer valid. |
2005 | Invalid address for the return parameter was specified. |
2007 | Invalid action was specified. |
Examples
See PerformAction.