SearchCellResult
Location information of searched cells
Signature:
export interface SearchCellResult
Remarks
GridBase.searchCell() or LocalDataProvider.searchData() / [LocalTreeDataProvider.searchData()](/refs/Class/LocalTreeDataProvider #searchdata).
Properties
Property | Type | Description |
---|---|---|
dataRow | number | row unique number |
fieldIndex | number | field index |
fieldName | string | field name |
searchFieldIndex | number | Index 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