Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example
Code Block
csharp
csharp
titleC#

          //---     string key = xlt.LicenseKey;Get LicenseKey
           //--- Bind the license string key to the data marker= xlt.LicenseKey;

           //'--- %%=$ExcelWriterLicenseKey.Set LicenseKey
          xlt.SetCellDataSource(key, "ExcelWriterLicenseKey")LicenseKey = "XXXXXX-XXXX-XXXX-XXXXXX";
        
Code Block
vb.net
vb.net
titlevb.net

         '--- Dim key As String = xlt.Get LicenseKey
          Dim '--- Bind the license key to the data markerkey As String = xlt.LicenseKey

             '--- %%=$ExcelWriterLicenseKeySet LicenseKey
          xlt.SetCellDataSource(key, "ExcelWriterLicenseKey")LicenseKey = "XXXXXX-XXXX-XXXX-XXXXXX"