Sets the value of the Grid.Column XAML attached property on the specified FrameworkElement.
            
 
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
 Syntax
Syntaxpublic static void SetColumn(
	UIElement element,
	int value
)
Parameters
- element
- Type: Windows.UI.XamlUIElement
 The target element on which to set the Grid.Row XAML attached property.
- value
- Type: SystemInt32
 The property value to set.
 See Also
See Also