Class RevisionInsertSheet
Class RevisionInsertSheet
Namespace: Aspose.Cells.Revisions
Assembly: Aspose.Cells.dll (25.2.0)
Represents a revision record of a sheet that was inserted.
public class RevisionInsertSheet : Revision
Inheritance
object ← Revision ← RevisionInsertSheet
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 action type of the revision.
public RevisionActionType ActionType { get; }
Property Value
Name
Gets the name of the worksheet.
public string Name { get; }
Property Value
SheetPosition
Gets the zero based position of the new sheet in the sheet tab bar.
public int SheetPosition { get; }
Property Value
Type
Gets the type of revision.
public override RevisionType Type { get; }