'Declaration Public Property FixedColumnCount As Integer
'Usage Dim instance As PrintTableView Dim value As Integer instance.FixedColumnCount = value value = instance.FixedColumnCount
public int FixedColumnCount {get; set;}
Property 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.