TdxSpreadSheetViewForEachCellProc Type
In This Article
A reference to an anonymous procedure which iterates through multiple cells in a ExpressSpreadSheet or ExpressQuantumGrid View.
#Declaration
Delphi
TdxSpreadSheetViewForEachCellProc = reference to procedure(const ACell: IdxSpreadSheetCellData);
#Parameters
Name | Type |
---|---|
ACell | Idx |
#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