Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Description

Creates and returns a Table at the end of this Element. The table will contain the specified number of rows and columns.

C#
vb.net

Parameters

rows
An int representing the number of rows the table will have.
columns
An int representing the number of columns the table will have.

Returns

A Table object representing the newly created table.

Examples

C#
vb.net
  • No labels