FrozenColumnCount Property
In This Topic
Gets or sets the number of columns that remain docked to the left side of the viewport when the user scrolls horizontally.
Syntax
'Declaration
Public Property FrozenColumnCount As Integer
public int FrozenColumnCount {get; set;}
See Also