RevisionAutoFormat

RevisionAutoFormat class

represents a revision record of information about a formatting change.

class RevisionAutoFormat extends Revision;

Constructors

NameDescription
constructor(Revision)Constructs from a parent object convertible to this.

Methods

MethodDescription
getType()Gets the type of the revision.
getCellArea()Gets the location where the formatting was applied.
getWorksheet()Gets the worksheet.
getId()Gets the number of this revision.

constructor(Revision)

Constructs from a parent object convertible to this.

constructor(obj: Revision);

Parameters:

ParameterTypeDescription
objRevisionThe parent object.

getType()

Gets the type of the revision.

getType() : RevisionType;

Returns

RevisionType

getCellArea()

Gets the location where the formatting was applied.

getCellArea() : CellArea;

Returns

CellArea

getWorksheet()

Gets the worksheet.

getWorksheet() : Worksheet;

Returns

Worksheet

getId()

Gets the number of this revision.

getId() : number;

Remarks

Zero means this revision does not contains id.