[]
Sets the license key of Documents for Excel.
public static void SetLicenseKey(string key)
Public Shared Sub SetLicenseKey(key As String)
| Type | Name | Description |
|---|---|---|
| string | key | The license key to apply. Must not be |
string key = "your license key";
Workbook.SetLicenseKey(key);
| Type | Condition |
|---|---|
| ArgumentException | Thrown when |