function AddComment(overload: Integer; 1-based worksheet coordinates of the target cell: WideString): AddComment(overload: Integer; 1-based worksheet coordinates of the target cell: WideString):; overload; function AddComment(overload: Integer; 1-based worksheet coordinates of the target cell: WideString; Author: WideString): AddComment(overload: Integer; 1-based worksheet coordinates of the target cell: WideString):; overload;
| overload | TXLSComment |
| 1-based worksheet coordinates of the target cell | 1-based worksheet coordinates of the target cell |
| Author | Optional saved comment author |
Workbook.Sheets[1].AddComment(
4, 2,
'Check total',
'Reviewer');