Table of Contents

Interface IDatagridCellComponent

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Components
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

Provides the functionalities of a datagrid cell component for automation.

public interface IDatagridCellComponent

Properties

ColumnIndex

Gets the column index of the cell.

int ColumnIndex { get; }

Property Value

int

RowIndex

Gets the row index of the cell.

int RowIndex { get; }

Property Value

int