TableColumnCollectionRevision Class
Represents a revision of the tables columns.
public class TableColumnCollectionRevision : Revision
Public Class TableColumnCollectionRevision
Inherits Revision
- Inheritance:
- System.ObjectTableColumnCollectionRevision
Constructors
TableColumnCollectionRevision()
Initializes a new instance of the TableColumnCollectionRevision class.
Properties
Columns
Gets the column that the table contained before this revision.
public TableColumnCollection Columns { get; }
Public ReadOnly Property Columns As TableColumnCollection
Property Value
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
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) |