[]
Provides obsolete license registration APIs for Documents for Excel.
This class is obsolete. Use SetLicenseKey(string) instead.
public static class LicenseManager
Public Module LicenseManager
string licenseKey = "your license key";
LicenseManager.SetLicense(licenseKey);
| Name | Description |
|---|---|
| SetLicense(string) | Sets the license key for all workbook instances. This method is obsolete. Use SetLicenseKey(string) instead. |