Xamarin.Forms.Grid.SetColumnSpan Method
Changes the column span of the specified child element.

Syntax

public static void SetColumnSpan (BindableObject bindable, int value)

Parameters

bindable
A child element of this Grid on which to assign a new column span.
value
The new column span.

Remarks

The Grid.GetColum method corresponds to the value that is set by the following XAML attached property.

Attached PropertyValue
Column

An integer that represents the number of Columns that the item will span.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0