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

objectRevisionRevisionInsertSheet

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

RevisionActionType

Name

Gets the name of the worksheet.

public string Name { get; }

Property Value

string

SheetPosition

Gets the zero based position of the new sheet in the sheet tab bar.

public int SheetPosition { get; }

Property Value

int

Type

Gets the type of revision.

public override RevisionType Type { get; }

Property Value

RevisionType