Skip to main content

TdxSpreadSheetTableView.CanClearCells Method

Identifies if it is possible to clear the current cell selection.

Declaration

function CanClearCells: Boolean; overload; virtual;

Returns

Type Description
Boolean

True if it is possible to clear selected cells; otherwise, False.

Remarks

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

Otherwise, the CanClearCells function returns False.

Note

The CanClearCells function returns True if the worksheet is protected but the Style.Locked property is set to False for one or more cells in the target cell range.

See Also