Method GetRow
GetRow(Control)
Gets a value that indicates which row child control within a Grid should appear in.
public static int GetRow(Control control)
Parameters
control
ControlThe control for which to get the row index.
Returns
Remarks
The 0-based row index.