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

...

Excerpt

Creates a new ExcelTemplate object.

Signature
C#
C#
public<p>public ExcelTemplate ( )
</p>
Signature
vb.net
vb.net
Public<p>Public Sub New ExcelTemplate ( )
</p>
Example
Code Block
csharp
csharp
titleC#
ExcelTemplate xlt = new ExcelTemplate();
Code Block
vbnet
vbnet
titlevb.net
Dim xlt As New ExcelTemplate()