SpreadJS Documentation
SearchResult type
Defines the search result.
Syntax
var instance = new GcSpread.Sheets.SearchResult();
function SearchResult;
Inheritance Hierarchy

Object
   GcSpread.Sheets.SearchResult

Constructors
 NameDescription
public ConstructorSearchResult ConstructorDefines the search result.  
Top
Fields
 NameDescription
public FieldfoundColumnIndexThe index of the column at which a match is found.  
public FieldfoundRowIndexThe index of the row at which a match is found.  
public FieldfoundSheetIndexThe index of the sheet in which a match is found.  
public FieldfoundStringThe found string.  
public FieldsearchFoundFlagAn enumeration that specifies what is matched.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.