TableModel.GetCell(Int32, Int32) Method

Definition

For internal use by the Microsoft.Maui.Controls platform.

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

Parameters

section
Int32

For internal use by the Microsoft.Maui.Controls platform.

row
Int32

For internal use by the Microsoft.Maui.Controls platform.

Returns

For internal use by the Microsoft.Maui.Controls platform.

Implements

Applies to