TdxSpreadSheetViewForEachCellProc Type
A reference to an anonymous procedure which iterates through multiple cells in a ExpressSpreadSheet or ExpressQuantumGrid View.
Declaration
TdxSpreadSheetViewForEachCellProc = reference to procedure(const ACell: IdxSpreadSheetCellData);
Parameters
Name | Type |
---|---|
ACell | IdxSpreadSheetCellData |
Remarks
Implement a TdxSpreadSheetViewForEachCellProc anonymous procedure to obtain data from multiple cells at once. Use the ACell parameter to access all affected cells via the IdxSpreadSheetCellData interface.
See Also