New to Telerik UI for WinFormsStart 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

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.

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()

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