Android.Database.CursorWindow.SetNumColumns Method
Sets the number of columns in this window.

Syntax

[Android.Runtime.Register("setNumColumns", "(I)Z", "GetSetNumColumns_IHandler")]
public virtual bool SetNumColumns (int columnNum)

Parameters

columnNum
The new number of columns.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the number of columns in this window.

This method must be called before any rows are added to the window, otherwise it will fail to set the number of columns if it differs from the current number of columns.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1