TableRow
Class
A single row within a table that contains a collection of cells and a height specification.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Tables
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class TableRow
Inheritance: objectTableRow
Methods
Properties
Gets the cells contained in this row.
C#
public TableCellCollection Cells { get; }
The cells.
Gets or sets the row height policy and value.
C#
public TableRowHeight Height { get; set; }
The height.