TableCellFormatRevision Class
Represents a revision of the table cell format.
public class TableCellFormatRevision : Revision
Public Class TableCellFormatRevision
Inherits Revision
- Inheritance:
- System.ObjectTableCellFormatRevision
Constructors
TableCellFormatRevision(DocumentModel)
Initializes a new instance of the TableCellFormatRevision class.
public TableCellFormatRevision(DocumentModel document)
Public Sub New(document As DocumentModel)
Parameters
document
- DocumentModel
The owner document.
Properties
CellFormat
Gets or sets the table cell format that was used before this revision was applied.
public TableCellFormat CellFormat { get; set; }
Public Property CellFormat As TableCellFormat
Property Value
The table cell format that was used before this revision was applied.
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) |