Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / LicenseManager Class / SetLicense Method
The license key
In This Topic
    SetLicense Method
    In This Topic
    Set the license. This method is obsolete, use Workbook.SetLicenseKey instead.
    Syntax
    [System.Obsolete()]
    public static void SetLicense( 
       System.string license
    )

    Parameters

    license
    The license key
    See Also