共用方式為


Grid.SetRowSpan(BindableObject, Int32) 方法

定義

變更指定子項目的資料列範圍。

public static void SetRowSpan(Xamarin.Forms.BindableObject bindable, int value);
static member SetRowSpan : Xamarin.Forms.BindableObject * int -> unit

參數

bindable
BindableObject

要在其上指派新資料列範圍的方格子項目。

value
System.Int32

新的資料列範圍。

備註

方法 SetRowSpan(BindableObject, Int32) 會對應至下列 XAML 附加屬性:

附加屬性
RowSpan整數,表示專案將跨越的數據列數目。

適用於