Skip to main content

TdxSpreadSheetTableView.CanDelete Method

Identifies if users can delete cell data from the worksheet.

Declaration

function CanDelete: Boolean; overload; virtual;

Returns

Type Description
Boolean

True if users can delete cell data; otherwise, False.

Remarks

The function returns True only if the following conditions are met:

Otherwise, the CanDelete function returns False.

Note

The CanDelete function only identifies if an ability to delete cell values is available. If you need to identify if users can delete both values and custom cell styles, call the CanClearCells function instead.

See Also