Applies search to the data on the grid.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub ApplySearch( _
   ByVal  As System.String, _
   ByVal  As System.Boolean, _
   ByVal  As System.Boolean, _
   ByVal onlyVisibleColumns As System.Boolean _
) 
             
        
            
            public void ApplySearch( 
   System.string ,
   System.bool ,
   System.bool ,
   System.bool onlyVisibleColumns
)
             
        
             
        
            パラメータ
- search
 
- Words which will be searched.
 - highlight
 
- Defines will search results be highlighted or not.
 - filter
 
- Defines will search results be filtered or not.
 - onlyVisibleColumns
 
- Defines will perform search through only visible columns or not.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照