OfficeRuntime.ApiInformation interface
Interface that contains methods for checking API requirement-set support.
Methods
is |
Check if the specified requirement set is supported by the Office application. |
Method Details
isSetSupported(name, minVersion)
Check if the specified requirement set is supported by the Office application.
isSetSupported(name: string, minVersion?: string): boolean;
Parameters
- name
-
string
Set name; e.g., "MatrixBindings".
- minVersion
-
string
The minimum required version; e.g., "1.4".
Returns
boolean