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

SimpleListFrameTMenuSwapTwoHeaderCells Method

Prohodí dvě vybrané header buňky. Pořadí pro první buňkuPořadí pro druhou buňku

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Frames
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public void SwapTwoHeaderCells(
	int firstCellOrder,
	int secondCellOrder
)

Parameters

firstCellOrder
Type: SystemInt32

[Missing <param name="firstCellOrder"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Frames.SimpleListFrame`1.SwapTwoHeaderCells(System.Int32,System.Int32)"]

secondCellOrder
Type: SystemInt32

[Missing <param name="secondCellOrder"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Frames.SimpleListFrame`1.SwapTwoHeaderCells(System.Int32,System.Int32)"]

See Also