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

    Show / Hide Table of Contents

    TableElement Class

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

    Represents a base type for all table element types, such as TableColumn, TableRow and TableCell.

    • C#
    • VB.NET
    public abstract class TableElement
    Public MustInherit Class TableElement
    Inheritance:
    System.Object
    TableElement
    Derived
    TableCell
    TableColumn
    TableRow

    Properties

    Table

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

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

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

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.