skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class TableRow

Row within a table containing cells, supporting height constraints, page break control, header row repetition, and cell spacing settings.

Inheritance
System.Object
DocumentElementBase
TableRow
Inherited Members
DocumentElementBase.EnumerateChildrenOfType<T>()
DocumentElementBase.Document
DocumentElementBase.Parent
System.Object.ToString()
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.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll

Syntax

public sealed class TableRow : DocumentElementBase, IElementWithProperties, ISdtBlock, IChildrenList

Constructors

TableRow(RadFlowDocument)

Initializes a new TableRow with default formatting and an empty cell collection in the specified document.

Declaration
public TableRow(RadFlowDocument document)
Parameters
RadFlowDocument document

The document in which the element will be added.

Fields

CanSplitPropertyDefinition

Style property definition for controlling whether row content can be split across page breaks.

Declaration
public static readonly StylePropertyDefinition<bool? > CanSplitPropertyDefinition
Field Value
StylePropertyDefinition<System.Nullable<System.Boolean>>

HeightPropertyDefinition

Style property definition for row height, supporting auto, at-least, and exact height modes in device independent pixels (1/96 inch).

Declaration
public static readonly StylePropertyDefinition<TableRowHeight> HeightPropertyDefinition
Field Value
StylePropertyDefinition<TableRowHeight>

HorizontalAlignmentPropertyDefinition

Style property definition for horizontal alignment of cells within the row.

Declaration
public static readonly StylePropertyDefinition<Alignment> HorizontalAlignmentPropertyDefinition
Field Value
StylePropertyDefinition<Alignment>

RepeatOnEveryPagePropertyDefinition

Style property definition for controlling whether the row repeats as a header at the top of each page.

Declaration
public static readonly StylePropertyDefinition<bool? > RepeatOnEveryPagePropertyDefinition
Field Value
StylePropertyDefinition<System.Nullable<System.Boolean>>

TableCellSpacingPropertyDefinition

Style property definition for cell spacing in the row, overriding the table's default cell spacing when set.

Declaration
public static readonly StylePropertyDefinition<double? > TableCellSpacingPropertyDefinition
Field Value
StylePropertyDefinition<System.Nullable<System.Double>>

Properties

CanSplit

Controls whether row content can be split across page breaks; when false, the entire row remains on one page.

Declaration
public bool CanSplit { get; set; }
Property Value
System.Boolean

The default value is true.

Cells

Collection of cells contained in this row, providing add, insert, and remove operations for row structure.

Declaration
public TableCellCollection Cells { get; }
Property Value
TableCellCollection

The cells.

GridRowIndex

Zero-based row index in the table grid, automatically calculated based on row positions and cell row spans.

Declaration
public int GridRowIndex { get; }
Property Value
System.Int32

The index of the row in the table grid.

Height

Row height specification, supporting auto, at-least, and exact height modes with values in device independent pixels (1/96 inch).

Declaration
public TableRowHeight Height { get; set; }
Property Value
TableRowHeight

The height.

HorizontalAlignment

Horizontal alignment of cells in this row, controlling left, center, or right positioning within the table width.

Declaration
public Alignment HorizontalAlignment { get; set; }
Property Value
Alignment

Properties

Row formatting properties, providing access to height, cell spacing, page break behavior, header repetition, and horizontal alignment settings.

Declaration
public TableRowProperties Properties { get; }
Property Value
TableRowProperties

The properties.

RepeatOnEveryPage

Controls whether this row is repeated as a header at the top of each page when the table spans multiple pages.

Declaration
public bool RepeatOnEveryPage { get; set; }
Property Value
System.Boolean

The default value is false.

Table

Parent table containing this row, providing access to table-level formatting and the grid structure.

Declaration
public Table Table { get; }
Property Value
Table

The table.

TableCellSpacing

Space between adjacent cells in this row in device independent pixels (1/96 inch), overriding the table's default cell spacing when set.

Declaration
public double TableCellSpacing { get; set; }
Property Value
System.Double

The default value is 0.

Methods

Clone()

Creates a deep copy of this row including all cells and formatting properties, associated to the same document.

Declaration
public TableRow Clone()
Returns
TableRow

The cloned element.

Clone(RadFlowDocument)

Creates a deep copy of this row including all cells and formatting properties, associated to the specified document for cross-document copying.

Declaration
public TableRow Clone(RadFlowDocument document)
Parameters
RadFlowDocument document

The document to which the cloned element should be associated.

Returns
TableRow

The cloned element.

OnChildAdded(DocumentElementBase)

Called when child element is the added.

Declaration
protected override void OnChildAdded(DocumentElementBase child)
Parameters
DocumentElementBase child

The child element.

Overrides
DocumentElementBase.OnChildAdded(DocumentElementBase)

OnChildRemoved(DocumentElementBase)

Called when child element is removed.

Declaration
protected override void OnChildRemoved(DocumentElementBase child)
Parameters
DocumentElementBase child

The child element.

Overrides
DocumentElementBase.OnChildRemoved(DocumentElementBase)

Explicit Interface Implementations

IElementWithProperties.Properties

Gets the properties.

Declaration
DocumentElementPropertiesBase IElementWithProperties.Properties { get; }
Returns
DocumentElementPropertiesBase

The properties.

Implements
IElementWithProperties.Properties
Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.