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

DataRowGetCellByName Method (String, Int32)

Najde buňku s atributem podle jeho názvu

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 DataRowAttributeCell GetCellByName(
	string attrName,
	int interval = 8
)

Parameters

attrName
Type: SystemString
Název atributu
interval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci

Return Value

Type: DataRowAttributeCell
Nalezená buňka
See Also