TableModel.GetCell(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.