Spread Windows Forms 7.0 Product Documentation
SearchWithDialog(String) Method
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class > SearchWithDialog Method : SearchWithDialog(String) Method


searchString
String for which to search

Glossary Item Box

Searches the text in the cells of the active sheet for the search string with the default criteria using a provided search dialog.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SearchWithDialog( _
   ByVal searchString As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim searchString As String
 
instance.SearchWithDialog(searchString)
C# 
public void SearchWithDialog( 
   string searchString
)

Parameters

searchString
String for which to search

Remarks

Refer to the restrictions listed in the SearchWithDialog methods.

Example

This example opens a search dialog. The user can change the settings before performing the search.
C#Copy Code
fpSpread1.SearchWithDialog("This");
Visual BasicCopy Code
FpSpread1.SearchWithDialog("This")

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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