SpreadJS Documentation
SearchResult type
GC.Spread.Sheets.Search Namespace : SearchResult type
Defines the search result.
Syntax
var instance = new GC.Spread.Sheets.Search.SearchResult();
function SearchResult;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Search.SearchResult

Constructors
 NameDescription
public ConstructorDefines the search result.  
Top
Fields
 NameDescription
public FieldThe index of the column at which a match is found.  
public FieldThe index of the row at which a match is found.  
public FieldThe index of the sheet in which a match is found.  
public FieldThe found string.  
public FieldAn enumeration that specifies what is matched.  
Top
See Also

Reference

GC.Spread.Sheets.Search Namespace