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

BaseRowGetEditableCellByNameTSpecificCell Method (String)

Najde editovatelnou buňku typu DateTimeEdit podle atributu, který zobrazuje

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public TSpecificCell GetEditableCellByName<TSpecificCell>(
	string attrName
)
where TSpecificCell : EditableCell

Parameters

attrName
Type: SystemString
název atributu

Type Parameters

TSpecificCell

[Missing <typeparam name="TSpecificCell"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.BaseRow.GetEditableCellByName``1(System.String)"]

Return Value

Type: TSpecificCell

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.BaseRow.GetEditableCellByName``1(System.String)"]

See Also