Windows.UI.Xaml.Controls.Grid.GetRow C# (CSharp) Method

GetRow() public static method

public static GetRow ( [ element ) : int
element [
return int
		public static extern int GetRow([In] FrameworkElement element);
		public static extern void SetRow([In] FrameworkElement element, [In] int value);