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
Refer to the restrictions listed in the SearchWithDialog methods.
This example opens a search dialog. The user can change the settings before performing the search.
C# | Copy Code |
---|---|
fpSpread1.SearchWithDialog("This"); |
Visual Basic | Copy Code |
---|---|
FpSpread1.SearchWithDialog("This") |
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