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

IRowTMenu, TCellGetCellByFullattrNameTSpecificCell Method

Najde editovatelnou buňku 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#
TSpecificCell GetCellByFullattrName<TSpecificCell>(
	string fullAttrName
)
where TSpecificCell : ICell

Parameters

fullAttrName
Type: SystemString
název fullAtributu v show

Type Parameters

TSpecificCell
Typ editovatelné buňky

Return Value

Type: TSpecificCell
Nalezená editovatelná buňka požadovaného typu
See Also