RevisionCellComment Class
Contents
[
Hide
]RevisionCellComment class
Represents a revision record of a cell comment change.
type RevisionCellComment struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|---|
| NewRevisionCellComment | Constructs from a parent object. | 
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| GetType | Gets the type of revision. | 
| GetRow | Gets the row index of the which contains a comment. | 
| GetColumn | Gets the column index of the which contains a comment. | 
| GetCellName | Gets the name of the cell. | 
| SetCellName | Gets the name of the cell. | 
| GetActionType | Gets the action type of the revision. | 
| IsOldComment | Indicates whether it’s an old comment. | 
| GetOldLength | Gets Length of the comment text added in this revision. | 
| GetNewLength | Gets Length of the comment before this revision was made. | 
| GetWorksheet | Gets the worksheet. | 
| GetId | Gets the number of this revision. |