Click or drag to resize

LicenseProvider SetLicenseKey Method (String)

Provides a license by a license key, which will be used for loading license.

Namespace: Spire.Xls.License
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public static void SetLicenseKey(
	string key
)

Parameters

key
Type: System String
The value of the Key attribute of the element License of you license xml file.
See Also