Aspose::Cells::License::License constructor

License::License() constructor

Default constructor.

Aspose::Cells::License::License()

Examples

Aspose::Cells::Startup();
// In this example, an attempt will be made to find a license file named MyLicense.lic
// in the folder that contains

License license;
license.SetLicense(u"License.lic");//your license file
Aspose::Cells::Cleanup();

See Also

License::License(License_Impl*) constructor

Constructs from an implementation object. Internal use.

Aspose::Cells::License::License(License_Impl *impl)

See Also

License::License(const License&) constructor

Copy constructor.

Aspose::Cells::License::License(const License &src)

See Also