Tables

Properties

Property Description
TXTextControl.FormulaReferenceStyle Gets or sets a value determining how references to table cells in formulas are specified.
TXTextControl.IsFormulaCalculationEnabled Gets or sets a value indicating whether formulas in tables are automatically calculated when the text of an input cell is changed.
TXTextControl.TableAtInputPos Returns the table identifier of the table containing the input position.
TXTextControl.TableCanChangeAttr This property provides information about whether the attributes of all the selected table cells can be altered.
TXTextControl.TableCanDeleteColumn This property provides information about whether table columns can be deleted.
TXTextControl.TableCanDeleteLines This property provides information about whether table lines can be deleted.
TXTextControl.TableCanInsert This property provides information about whether a table can be inserted.
TXTextControl.TableCanInsertColumn This property provides information about whether a table column can be inserted.
TXTextControl.TableCanInsertLines This property provides information about whether table lines can be inserted.
TXTextControl.TableCanMergeCells This property provides information about whether table cells can be merged.
TXTextControl.TableCanSplit Checks whether a table can be split.
TXTextControl.TableCanSplitCells This property provides information about whether table cells can be split.
TXTextControl.TableCellAttribute Returns or sets attributes of a table cell.
TXTextControl.TableCellData Returns or sets a string associated with the specified table cell.
TXTextControl.TableCellFormula Returns or sets the table cell's formula.
TXTextControl.TableCellLength Returns the number of characters in a table cell.
TXTextControl.TableCellNumberFormat Returns or sets a number format for the table cell.
TXTextControl.TableCellStart Returns the character index (one-based) of the first character in a table cell.
TXTextControl.TableCellText Returns or sets the text of a table cell.
TXTextControl.TableCellTextType Returns or sets the text type of the table cell which determines whether the cell's text is interpreted as a number or as text.
TXTextControl.TableColAtInputPos Returns the number of the current input column in a table.
TXTextControl.TableColumns Informs about the number of columns a specified table contains.
TXTextControl.TableGridLines This property determines whether or not grid lines in tables are visible.
TXTextControl.TableNestedLevel Gets the nested level for the specified table.
TXTextControl.TableRowAtInputPos Returns the number of the current input row in a table.
TXTextControl.TableRows Informs about the number of rows a specified table contains.

Methods

Method Description
TXTextControl.TableAttrDialog This method invokes the built-in dialog box for setting table attributes and, after the user has closed the dialog box, specifies whether he has changed something.
TXTextControl.TableCellSelect This method can be used to select a table cell, a table row, a table column or a complete table.
TXTextControl.TableDelete This method can be used to delete a complete table from the document.
TXTextControl.TableDeleteColumn This method deletes the currently selected table columns or the table column containing the text input position.
TXTextControl.TableDeleteLines This method deletes the currently selected table lines or the table line at the current input position.
TXTextControl.TableFromSelection This method returns the table identifier of the currently selected table.
TXTextControl.TableGetOuter This method returns a table's outer table.
TXTextControl.TableGetOuterMost This method returns a table's outermost table.
TXTextControl.TableInsert This method inserts a new table in the text.
TXTextControl.TableInsertColumn This method inserts a table column left or right of the column with the current input position.
TXTextControl.TableInsertDialog This method opens a built-in dialog box which offers options to define a new table.
TXTextControl.TableInsertLines This member function inserts table lines above or below the table line with the current input position.
TXTextControl.TableMergeCells This method merges all selected table cells.
TXTextControl.TableNext This method returns a enumaration number of the table that follows the specified table in the Text Control's current text.
TXTextControl.TableSelectCells This method can be used to select a rectangular part of a table defined through two table cells.
TXTextControl.TableSplit Splits a table below or above the current input position.
TXTextControl.TableSplitCells This method splits all selected table cells.

Events

Event Description
TXTextControl.TableCreated Occurs after a new table has been created as a result of a text insertion via the clipboard.
TXTextControl.TableDeleted Occurs after a table has been deleted.
TXTextControl.TableFormatChanged Occurs after a table has been formatted with the built-in mouse-interface.