[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.LicenseManager

LicenseManager Class

Provides obsolete license registration APIs for Documents for Excel.

This class is obsolete. Use SetLicenseKey(string) instead.

Inheritance
LicenseManager
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public static class LicenseManager
Public Module LicenseManager
Examples
string licenseKey = "your license key";
LicenseManager.SetLicense(licenseKey);

Methods

Name Description
SetLicense(string)

Sets the license key for all workbook instances.

This method is obsolete. Use SetLicenseKey(string) instead.