Android.Widget.GridLayout.InvokeSpec Method
Return a Spec, spec, where:

Syntax

[Android.Runtime.Register("spec", "(II)Landroid/widget/GridLayout$Spec;", "")]
public static GridLayout.Spec InvokeSpec (int start, int size)

See Also

GridLayout.InvokeSpec(int, .Alignment)

Parameters

start
the start
size
the size

Returns

Documentation for this section has not yet been entered.

Remarks

Return a Spec, spec, where:

  • spec.span = [start, start + size]

To leave the start index undefined, use the value GridLayout.Undefined.

[Android Documentation]

Requirements

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