Click or drag to resize

LicenseProvider SetLicenseFileName Method

Sets the license file name, 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 SetLicenseFileName(
	string licenseFileName
)

Parameters

licenseFileName
Type: System String
License file name.
See Also