New to Telerik Document ProcessingStart a free 30-day trial

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

Returns a string that represents the current object.

C#
public override string ToString()
Returns:

string

A string that represents the current object.

Overrides: object.ToString()

Properties

Gets the cells contained in this row.

C#
public TableCellCollection Cells { get; }
Property Value:

The cells.

Gets or sets the row height policy and value.

C#
public TableRowHeight Height { get; set; }
Property Value:

The height.

In this article
DefinitionMethodsToString()PropertiesCellsHeight
Not finding the help you need?
Contact Support