RowsItem Property
Gets or sets a
Row object at specified index.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public Row this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Row
Get
Set
- index Int32
- Index of the Row to get or set.
RowA
Row object at specified index.