Click or drag to resize
Tesco SW, a.s.

DataRowLOVAttributeCellGetShowAttrByOrder Method

Získá element, který zobrazuje hodnotu attributu v showattrs podle pořadí (svislítka | se nepočítají)

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.React.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public IWebElement GetShowAttrByOrder(
	int order
)

Parameters

order
Type: SystemInt32
Pořadí elementu indexováno od 1

Return Value

Type: IWebElement

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.React.DataGrid.DataRowLOVAttributeCell.GetShowAttrByOrder(System.Int32)"]

See Also