addItemAt(str: String; index: Integer);
The addItemAt method of the JadeTableSheet class adds a new row to the
The code fragment in the following example shows the use of the addItemAt method.
table1.accessSheet(2).addItemAt(coy.name & Tab & coy.address1, 2);