TableLayout.IsColumnCollapsed(Int32) Method

Definition

Returns the collapsed state of the specified column.

[Android.Runtime.Register("isColumnCollapsed", "(I)Z", "GetIsColumnCollapsed_IHandler")]
public virtual bool IsColumnCollapsed (int columnIndex);
[<Android.Runtime.Register("isColumnCollapsed", "(I)Z", "GetIsColumnCollapsed_IHandler")>]
abstract member IsColumnCollapsed : int -> bool
override this.IsColumnCollapsed : int -> bool

Parameters

columnIndex
Int32

the index of the column

Returns

true if the column is collapsed, false otherwise

Attributes

Remarks

Returns the collapsed state of the specified column.

Java documentation for android.widget.TableLayout.isColumnCollapsed(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