try { // Validate the license key LicenseKey.Validate(licenseKey);
To license the product, you must assign your unique license key to this static property at the very beginning of your application's lifecycle, before any other Xceed classes are instantiated. xceed.words.net.licenser.licensekey
Here's some sample C# code demonstrating how to use the LicenseKey class: try { // Validate the license key LicenseKey
```csharp