Navigation:  Interfaces (Technical API Reference) > IWPTextCursor (Text creation and cursor positioning) > Methods >

IWPTextCursor.ExitTable

Previous pageReturn to chapter overviewNext page

Applies to

IWPTextCursor

Declaration

void ExitTable();

Description

Leaves the current table. The cursor is located in the next paragraph after the table. If necessary a new paragraph will be created.

 

TextCursor.ExitTable();

TextCursor.InputText("Text after the table");