KitchenDraw SDK 2
Show / Hide Table of Contents

Method AddRow

AddRow()

Adds a row at the end of a non-clustered table, or at the end of the first cluster of a clustered table.

Declaration
public Catalog.Table.Row AddRow()
Returns
Type Description
Catalog.Table.Row

The added row.

Remarks

Executing this method has the same effect than clicking on the "Add" button located at the bottom of the MobiScript Window.

In this article
Back to top Generated by DocFX