TableColNumber / TableRowNumber

  • I found this code to create a nested Table:

    Code
    WPRichText1.TableAdd(6,3,[wptblActivateBorders, wptblPlaceCursorInLastCell]); 
    WPRichText1.TableColNumber := 1; 
    WPRichText1.TableRowNumber := 0; 
    WPRichText1.TableAdd(2,2,[wptblActivateBorders, wptblAllowNestedTables, wptblPlaceCursorInLastCell]);

    but the nested table is inserted into col 0!
    if i use WPRichText1.TableColNumber := 3 the nested table always inserted at col 0!

    WPRichText1.TableRowNumber works fine!

    i use TWPRichText version 7.33.1

    What can i do?

    Ciao
    Stefan