Options
All
  • Public
  • Public/Protected
  • All
Menu

Used to find row in some table using Column texts or tooltips. Only visible columns are allowed.

Hierarchy

  • TableCellByColumns

Index

Properties

Properties

column

column: string

Column header text or tooltip, specifying column to click.

Optional index

index: undefined | number

Index inside found rows. Note 'FOUND' and not 'ALL'. 0 by default. Negative index is subtracted from length. I.e. -1 means last. -2 means before last, etc.

Optional one

one: undefined | false | true

If true and there more then one row, exception is generated. true by default.

row

row: RowSearchParams[]

Data specifying row to click.