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
- Class License
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
License::License(License_Impl*) constructor
Constructs from an implementation object. Internal use.
Aspose::Cells::License::License(License_Impl *impl)
See Also
- Class Vector
- Class License
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
License::License(const License&) constructor
Copy constructor.
Aspose::Cells::License::License(const License &src)
See Also
- Class Vector
- Class License
- Class License
- Namespace Aspose::Cells
- Library Aspose.Cells for C++