TableModel.GetCell(Int32, Int32) メソッド

定義

指定したセクションと行のセルを返します。

public:
 virtual Microsoft::Maui::Controls::Cell ^ GetCell(int section, int row);
public virtual Microsoft.Maui.Controls.Cell GetCell(int section, int row);
abstract member GetCell : int * int -> Microsoft.Maui.Controls.Cell
override this.GetCell : int * int -> Microsoft.Maui.Controls.Cell
Public Overridable Function GetCell (section As Integer, row As Integer) As Cell

パラメーター

section
Int32

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

row
Int32

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

返品

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

実装

適用対象