RevisionCellComment Class

RevisionCellComment class

Represents a revision record of a cell comment change.


type RevisionCellComment struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewRevisionCellCommentConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeGets the type of revision.
GetRowGets the row index of the which contains a comment.
GetColumnGets the column index of the which contains a comment.
GetCellNameGets the name of the cell.
SetCellNameGets the name of the cell.
GetActionTypeGets the action type of the revision.
IsOldCommentIndicates whether it’s an old comment.
GetOldLengthGets Length of the comment text added in this revision.
GetNewLengthGets Length of the comment before this revision was made.
GetWorksheetGets the worksheet.
GetIdGets the number of this revision.