AccessibilityNodeInfo.CollectionInfo.RowCount Property

Definition

Gets the number of rows.

public int RowCount { [Android.Runtime.Register("getRowCount", "()I", "")] get; }
[<get: Android.Runtime.Register("getRowCount", "()I", "")>]
member this.RowCount : int

Property Value

The row count, or -1 if count is unknown.

Attributes

Remarks

Gets the number of rows.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.getRowCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to