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
Description

Excerpt

Adds a specified number of columns to the horizontal end of the table.

Signature
C#
C#
 public void AddColumns(int numColumns)
Signature
vb.net
vb.net
Public Sub AddColumns(ByVal numColumns As Integer)
Parameters
Param
numColumns
numColumns

The number of columns to add to the table.

Example
Code Block
csharp
csharp
titleC#
tbl.AddColumns(4);
Code Block
vb.net
vb.net
titlevb.net
tbl.AddColumns(4)