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

IRowTMenu, TCellGetCellByOrder Method

Najde buňku podle pořadí v řádku

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#
TCell GetCellByOrder(
	int order = 1
)

Parameters

order (Optional)
Type: SystemInt32
Pořadí buňky v řádku

Return Value

Type: TCell
Nalezená buňka
See Also