TdxSpreadSheetTableView.InsertCells(TRect,TdxSpreadSheetCellsModification,TdxSpreadSheetTableViewMergedCellsConflictResolution) Method
Declaration
procedure InsertCells(const AArea: TRect; AModification: TdxSpreadSheetCellsModification; AMergedCellsConflictResolution: TdxSpreadSheetTableViewMergedCellsConflictResolution = mccrShowConfirmation); overload; virtual;
Parameters
| Name | Type |
|---|---|
| AArea | TRect |
| AModification | TdxSpreadSheetCellsModification |
| AMergedCellsConflictResolution | TdxSpreadSheetTableViewMergedCellsConflictResolution |
See Also