'Declaration Public Shared Sub SetFixedColumnCount( _ ByVal obj As DependencyObject, _ ByVal value As Integer _ )
'Usage Dim obj As DependencyObject Dim value As Integer TableView.SetFixedColumnCount(obj, value)
public static void SetFixedColumnCount( DependencyObject obj, int value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- A value indicating the thickness of the vertical grid lines. By default, double.NaN.