Skip to main content

TdxSpreadSheetMergedCellListEnumCellsProc Type

A reference to an anonymous procedure which iterates through multiple merged cells.

Declaration

TdxSpreadSheetMergedCellListEnumCellsProc = reference to procedure(ACell: TdxSpreadSheetMergedCell);

Parameters

Name Type
ACell TdxSpreadSheetMergedCell

Remarks

Implement a TdxSpreadSheetMergedCellListEnumCellsProc anonymous procedure to address multiple merged cells simultaneously. The ACell parameter allows you to modify all iterated merged cells passed by a merged cell enumeration method.

Since C++Builder does not support anonymous functions, you need to wrap the respective TdxSpreadSheetMergedCellListEnumCellsProc method interface exposed as the Invoke method.

The TdxSpreadSheetMergedCellListEnumCellsProc type is referenced by the merged cell collection‘s EnumCells procedure.

See Also