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

    Show / Hide Table of Contents

    TableColumn Class

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

    Represents a table column.

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

    Properties

    Width

    Gets or sets the column width.

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

    The column width.

    Exceptions
    System.ArgumentOutOfRangeException

    Value is not greater than zero.

    Inherited Properties

    Table

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

    (Inherited from TableElement)

    See Also

    Columns
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.