Class
TableRow

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

TableCellCollection

The cells.

Height

Gets or sets the row height policy and value.

Declaration

cs-api-definition
public TableRowHeight Height { get; set; }

Property Value

TableRowHeight

The height.

Methods

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
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