ClassTableRow
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:
cs-api-definition
public class TableRow
Inheritance: objectTableRow
Properties
Cells
Gets the cells contained in this row.
Declaration
cs-api-definition
public TableCellCollection Cells { get; }
Property Value
The cells.
Height
Gets or sets the row height policy and value.
Declaration
cs-api-definition
public TableRowHeight Height { get; set; }
Property Value
The height.