Table Class
Represents a table.
- Inheritance:
- System.ObjectTable
Properties
Columns
Gets the columns.
public TableColumnCollection Columns { get; }
Public ReadOnly Property Columns As TableColumnCollection
Property Value
The columns.
Format
Gets the table's formatting options.
Property Value
The table's formatting options.
Remarks
This property always returns a new instance of a TableFormat that points to data associated with this table. This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.
Frame
Gets the frame that contains this table.
Property Value
The frame that contains this table.
Rows
Gets the rows.
Property Value
The rows.
TextContent
Gets the text content of the current Table.
Property Value
Remarks
The property always returns a new instance of the TextRange class.
For more information, see Find and Replace example.