Class RevisionQueryTable
Class RevisionQueryTable
Namespace: Aspose.Cells.Revisions
Assembly: Aspose.Cells.dll (25.2.0)
Represents a revision of a query table field change.
public class RevisionQueryTable : Revision
Inheritance
object ← Revision ← RevisionQueryTable
Inherited Members
Revision.Type, Revision.Worksheet, Revision.Id, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
CellArea
Gets the location of the affected query table.
public CellArea CellArea { get; }
Property Value
FieldId
Gets ID of the specific query table field that was removed.
public int FieldId { get; }
Property Value
Type
Represents the type of the revision.
public override RevisionType Type { get; }