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

    Show / Hide Table of Contents

    TableColumnCollectionRevision Class

    Namespace:
    GemBox.Document.Tracking
    Assembly:
    GemBox.Document.dll

    Represents a revision of the tables columns.

    • C#
    • VB.NET
    public class TableColumnCollectionRevision : Revision
    Public Class TableColumnCollectionRevision
        Inherits Revision
    Inheritance:
    System.Object
    Revision
    TableColumnCollectionRevision

    Constructors

    TableColumnCollectionRevision()

    Initializes a new instance of the TableColumnCollectionRevision class.

    • C#
    • VB.NET
    public TableColumnCollectionRevision()
    Public Sub New

    Properties

    Columns

    Gets the column that the table contained before this revision.

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

    The column that the table contained before this revision.

    Remarks

    This collection does not reflect the structure of a Table (how many TableCells are in each TableRow), it is used just to specify a width for all TableCells that are contained in the specific table column through PreferredWidth.

    See Also
    TableColumn

    Inherited Properties

    Author

    Gets or sets the author of the revision.

    (Inherited from Revision)

    Date

    Gets or sets the date when the revision was created.

    (Inherited from Revision)

    RevisionType

    Gets the type of this revision.

    (Inherited from Revision)

    Inherited Methods

    Accept()

    Accepts this revision.

    (Inherited from Revision)

    Reject()

    Rejects this revision.

    (Inherited from Revision)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.