Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}
Creates a new [ExcelTemplate] object.
{excerpt}
{signature:C#}
public ExcelTemplate ( )
{signature}
{signature:vb.net}
Public Sub New ExcelTemplate ( )
{signature}
{example}
{code:csharp|title=C#}
ExcelTemplate xlt = new ExcelTemplate();
{code}
{code:vbnet|title=vb.net}
Dim xlt As New ExcelTemplate()
{code}

{example}