FarPoint.Win.Spread
SetCustomText Method
See Also  Example
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SearchDialog Class : SetCustomText Method


Overload List

OverloadDescription
SetCustomText(String,String,String,String,String,String,String,String,String,String) Sets the custom text in the form to specified values.  
SetCustomText(String,String,String,String,String,String,String,String,String) Sets the custom text in the form to specified values.  

Example

C#Copy Code
fpSpread1.SearchWithDialog("155");

fpSpread1.SearchDialog.SetCustomText(
"Searching For", "Case Does not Matter", "Does not Need To Be Exact", "Use Other Search
Method", "Wildcards Or Not", "Next", "New Search", "Bye-Bye", "Didn't Find It");
Visual BasicCopy Code
FpSpread1.SearchWithDialog("155")
FpSpread1.SearchDialog.SetCustomText("Searching For", "Case Does not Matter", "Does not Need To Be Exact", "Use Other Search Method", "Wildcards Or Not", "Next", "New Search", "Bye-Bye", "Didn't Find It")

See Also