Class TableRow
Represents a row in a table.
Inheritance
System.Object
TableRow
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Tables
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TableRow
Properties
Cells
Gets the cells for the row.
Declaration
public TableCellCollection Cells { get; }
Property Value
Table The cells. |
Height
Gets or sets the height.
Declaration
public TableRowHeight Height { get; set; }
Property Value
Table The height. |
Methods
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |
Overrides
System.Object.ToString()