IdxSpreadSheetViewData.ForEachCell(TRect,TdxSpreadSheetViewForEachCellProc,Boolean) Method
Declaration
procedure ForEachCell(const AArea: TRect; AProc: TdxSpreadSheetViewForEachCellProc; AGoForward: Boolean = True);
Parameters
Name | Type |
---|---|
AArea | TRect |
AProc | TdxSpreadSheetViewForEachCellProc |
AGoForward | Boolean |
See Also