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

TdxSpreadSheetViewForEachCellProc Type

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 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