CellExtensions.GetPath(Cell) Method

Definition

For internal use by platform renderers.

public:
[System::Runtime::CompilerServices::Extension]
 static Tuple<int, int> ^ GetPath(Microsoft::Maui::Controls::Cell ^ cell);
public static Tuple<int,int> GetPath (this Microsoft.Maui.Controls.Cell cell);
static member GetPath : Microsoft.Maui.Controls.Cell -> int * int
<Extension()>
Public Function GetPath (cell As Cell) As Tuple(Of Integer, Integer)

Parameters

cell
Cell

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

Returns

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

Applies to