'Declaration Public Shared Sub SetFixedColumnCount( _ ByVal obj As DependencyObject, _ ByVal value As Integer _ )
'Usage Dim obj As DependencyObject Dim value As Integer PrintTableView.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 representing the number of columns that are to be repeated on each page when a grid is printed or exported. By default, 0.