Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableView.CanInsertCells(string,TdxSpreadSheetCellsModification) Method

Identifies if it is possible to insert cells into the specified cell range.

#Declaration

Delphi
function CanInsertCells(const AArea: string; const AModification: TdxSpreadSheetCellsModification): Boolean; overload;

#Parameters

Name Type Description
AArea string

A reference to the target cell range in the A1 format.

AModification TdxSpreadSheetCellsModification

Enumerates options that define how cell insert and delete operations affect adjacent cells.

#Returns

Type Description
Boolean

True if it is possible to insert cells into the specified cell range; otherwise, False.

#Remarks

The CanInsertCells function returns True if an intended cell insert operation does not affect an array formula result area; otherwise, False.

See Also