Page tree

Versions Compared

Key

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

...

Example
Code Block
csharp
csharp
titleC#
          string version = xlt.Version;

          //--- Bind the version to the data marker
          //--- %%=$ExcelWriterVersion.
          xlt.SetCellDataSource(version, "ExcelWriterVersion");
        
Code Block
vb.net
titlevb.net
titlelanguagevb.net
          Dim version As String = xlt.Version

          '--- Bind the version to the data marker
          '--- %%=$ExcelWriterVersion.
          xlt.SetCellDataSource(version, "ExcelWriterVersion")