Spread Windows Forms 6.0 Product Documentation
Search Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : Search Method


Glossary Item Box

Searches the text in the specified range of cells in the specified sheet for the specified string with the specified criteria. Searches the text in the cells of a sheet in the Spread component for the specified string.

Overload List

OverloadDescription
Search(Int32,String,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Int32,Int32,Int32,Int32)Searches the text in the specified range of cells in the specified sheet for the specified string with the specified criteria.  
Search(Int32,String,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Int32,Int32,Int32,Int32,Int32,Int32)Searches the text in the specified range of cells in the specified sheet for the specified string with the specified criteria.  
Search(Int32,String,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Int32,Int32,Int32,Int32,Int32,Int32)Searches the text in the specified range of cells in the specified sheet for the specified string with the specified criteria.  
Search(Int32,String,Boolean,Boolean,Boolean,Boolean,Int32,Int32,Int32,Int32)Searches the text in the cells in the specified sheet for the specified string with the specified criteria.  
Search(Int32,String,Boolean,Boolean,Boolean,Boolean,Int32,Int32,Int32,Int32,Int32,Int32)Searches the text in the specified range of cells in the specified sheet for the specified string with the specified criteria.  

Remarks

These search methods search all the cells that contain data that can be represented as a string by the Text property of that cell, and that includes hidden and locked cells.

These search methods check the formatted string, that is the Text in the cell, not the Value.

For a hierarchy of sheets, these methods only search cells in a parent sheet. To search child sheets, you would need to perform a separate search of each child sheet.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.