TableRow Class
Represents a table row.
public sealed class TableRow : TableElement
Public NotInheritable Class TableRow
Inherits TableElement
- Inheritance:
- System.ObjectTableRow
Properties
Cells
Gets the cells.
public TableCellCollection Cells { get; }
Public ReadOnly Property Cells As TableCellCollection
Property Value
The cells.
Height
Gets or sets the row height.
Property Value
The row height.
Exceptions
- System.ArgumentOutOfRangeException
Value is not greater than zero.
TextContent
Gets the text content of the current TableRow.
Property Value
Remarks
The property always returns a new instance of the TextRange class.
For more information, see Find and Replace example.
Inherited Properties
Table | Gets the parent Table, if element is not removed; otherwise, null. (Inherited from TableElement) |