Class RevisionCustomView
Class RevisionCustomView
Namespace: Aspose.Cells.Revisions
Assembly: Aspose.Cells.dll (25.2.0)
Represents a revision record of adding or removing a custom view to the workbook
public class RevisionCustomView : Revision
Inheritance
object ← Revision ← RevisionCustomView
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
ActionType
Gets the type of action.
public RevisionActionType ActionType { get; }
Property Value
Guid
Gets the globally unique identifier of the custom view.
public Guid Guid { get; }
Property Value
Type
Gets the type of revision.
public override RevisionType Type { get; }