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


searchString
String for which to search

Glossary Item Box

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

Syntax

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

Parameters

searchString
String for which to search

Remarks

Refer to the restrictions listed in the SearchWithDialogAdvanced methods.

Example

C#Copy Code
fpSpread1.SearchWithDialogAdvanced("This");
Visual BasicCopy Code
FpSpread1.SearchWithDialogAdvanced("This")

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.