InputTable and Cell Borders

  • Hi,

    I am using the following to create a table:

    Code
    this.wpdllInt1.Memo.TextCursor.InputTable(9000,"");
    				this.wpdllInt1.Memo.TextCursor.InputRowStart(0);
    				this.wpdllInt1.Memo.TextCursor.InputCell("Row1","");
    				this.wpdllInt1.Memo.TextCursor.InputCell("Row2","");
    				this.wpdllInt1.Memo.TextCursor.InputCell("Row3","");
    				this.wpdllInt1.Memo.TextCursor.InputCell("Row4","");
    				this.wpdllInt1.Memo.TextCursor.InputRowEnd();

    No lines are appearing between cells in the table.

    How do I select the table and set the cell borders to either width 1 or "visible"?

    Thanks,
    John Desmarais