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

objectRevisionRevisionQueryTable

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

CellArea

FieldId

Gets ID of the specific query table field that was removed.

public int FieldId { get; }

Property Value

int

Type

Represents the type of the revision.

public override RevisionType Type { get; }

Property Value

RevisionType