Changing number of rows in a table

    • Offizieller Beitrag

    Hi,

    Yo need to locate the row which should be removed or where You want to insert a new one.

    Then you can call

    TextCursor.InsertRow

    function InsertRow(Before: WordBool): WordBool;

    There is also

    bool AppendRow(string TableName, int FooterCount);

    To delete the current row use the Action:

    TD.wpaProcess("DelRow")