CursorWindow.SetNumColumns(Int32) Method

Definition

Sets the number of columns in this window.

[Android.Runtime.Register("setNumColumns", "(I)Z", "GetSetNumColumns_IHandler")]
public virtual bool SetNumColumns (int columnNum);
[<Android.Runtime.Register("setNumColumns", "(I)Z", "GetSetNumColumns_IHandler")>]
abstract member SetNumColumns : int -> bool
override this.SetNumColumns : int -> bool

Parameters

columnNum
Int32

The new number of columns.

Returns

Boolean

True if successful.

Attributes

Remarks

Java documentation for android.database.CursorWindow.setNumColumns(int).

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