Grid.SetColumnSpan Method (UIElement, Int32)

 

Sets the value of the ColumnSpan attached property to a given UIElement.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

Public Shared Sub SetColumnSpan (
	element As UIElement,
	value As Integer
)

Parameters

element
Type: System.Windows.UIElement

The element on which to set the ColumnSpan attached property.

value
Type: System.Int32

The property value to set.

.NET Framework
Available since 3.0
Return to top
Show: