GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TableRow Class

    Namespace:
    GemBox.Presentation.Tables
    Assembly:
    GemBox.Presentation.dll

    Represents a table row.

    • C#
    • VB.NET
    public sealed class TableRow : TableElement
    Public NotInheritable Class TableRow
        Inherits TableElement
    Inheritance:
    System.Object
    TableElement
    TableRow

    Properties

    Cells

    Gets the cells.

    • C#
    • VB.NET
    public TableCellCollection Cells { get; }
    Public ReadOnly Property Cells As TableCellCollection
    Property Value
    TableCellCollection

    The cells.

    Height

    Gets or sets the row height.

    • C#
    • VB.NET
    public Length Height { get; set; }
    Public Property Height As Length
    Property Value
    Length

    The row height.

    Exceptions
    System.ArgumentOutOfRangeException

    Value is not greater than zero.

    TextContent

    Gets the text content of the current TableRow.

    • C#
    • VB.NET
    public TextRange TextContent { get; }
    Public ReadOnly Property TextContent As TextRange
    Property Value
    TextRange

    The text content of the current TableRow.

    Remarks

    The property always returns a new instance of the TextRange class.

    For more information, see Find and Replace example.

    Inherited Properties

    Table

    Gets the parent Table, if element is not removed; otherwise, null.

    (Inherited from TableElement)

    Examples

    Find and Replace example

    See Also

    Rows
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.