Contains all rows of a table in a Text Control document.
TableRowCollection
Introduced: X18.
Method | Description |
---|---|
add | Adds a count of rows before or after the first or last selected row. |
element |
Returns the element at a specified index in the collection.
(Inherited from Collection) |
for |
Executes a callback function for each element.
(Inherited from Collection) |
get |
Gets a value indicating whether a new row can be inserted at the current input position. |
get |
Gets a value indicating whether the selected rows can be removed. |
get |
Gets the number of elements contained in the collection.
(Inherited from Collection) |
get |
Gets the table row at the current input position or the table row with the specified number. |
remove | Removes the table row at the current text input position or all selected rows when a text selection exists. |