The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() |
|||||||||||||||||||||||||||||
See also: FindHighestMLevel, FindLowestMLevel, TCompareMode | |||||||||||||||||||||||||||||
FindCells |
|||||||||||||||||||||||||||||
The function FindCells searches the data table for cells whose content matches a particular inequality. The inequality is given by the parameters Limit, Limit2 and CompareOp according to the following table:
The search range can be restricted by specifying the parameters LowCol, LowRow, HighCol and HighRow. The list of cells which match the inequality is returned in the variable array CellList. Currently the maximum number of matching cells is 10000. If more cells match the inequality only the first 10000 found cells are listed in CellList. The function returns the following error codes: &ge 0 ... everything is OK, the returned number is the number of found cells
|