addItemAt

addItemAt(str:   String;
          index: Integer);

The addItemAt method of the JadeTableSheet class adds a new row to the Table sheet referenced by this object. For a description of this method, see the Table control addItemAt method.

The code fragment in the following example shows the use of the addItemAt method.

table1.accessSheet(2).addItemAt(coy.name & Tab & coy.address1, 2);