Click or drag to resize

LicenseProvider SetLicense Method (String)

Provides a license by a license file path, 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 SetLicense(
	string licenseFileFullPath
)

Parameters

licenseFileFullPath
Type: System String
License file full path.
See Also