RowsItem Property

Gets or sets a Row object at specified index.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public Row this[
	int index
] { get; set; }

Parameters

index  Int32
Index of the Row to get or set.

Return Value

Row
A Row object at specified index.

See Also