RealGrid2 API
Interface
SearchCellResult

SearchCellResult

Location information of searched cells

Signature:

export interface SearchCellResult

Remarks

GridBase.searchCell() or LocalDataProvider.searchData() / [LocalTreeDataProvider.searchData()](/refs/Class/LocalTreeDataProvider #searchdata).

Properties

PropertyTypeDescription
dataRownumberrow unique number
fieldIndexnumberfield index
fieldNamestringfield name
searchFieldIndexnumberIndex in searched fields list

Properties Desc

dataRow

unique row number

Type - number


fieldIndex

field index

Type - number


fieldName

field name

Type - string


searchFieldIndex

Index in the searched fields list

Type - number