TdxSpreadSheetTableView.CanDeleteComments(string) Method
Identifies if it is possible to delete comments in the specified cell range.
Declaration
function CanDeleteComments(const AArea: string): Boolean; overload;
Parameters
Name | Type | Description |
---|---|---|
AArea | string | A reference to the target cell range in the A1 format. |
Returns
Type | Description |
---|---|
Boolean | True if users can delete at least one comment in the specified area; otherwise, False. |
See Also