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

    Show / Hide Table of Contents

    Table Class

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

    Represents a table.

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

    Properties

    Columns

    Gets the columns.

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

    The columns.

    Format

    Gets the table's formatting options.

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

    The table's formatting options.

    Remarks

    This property always returns a new instance of a TableFormat that points to data associated with this table. This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.

    Frame

    Gets the frame that contains this table.

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

    The frame that contains this table.

    Rows

    Gets the rows.

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

    The rows.

    TextContent

    Gets the text content of the current Table.

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

    The text content of the current Table.

    Remarks

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

    For more information, see Find and Replace example.

    Examples

    Tables Example
    Find and Replace example

    See Also

    Table
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.