FrozenColumns Property (Table)
In This Topic
Gets or sets a number of frozen columns.
Syntax
'Declaration
Public Property FrozenColumns As Integer
public int FrozenColumns {get; set;}
Property Value
An
System.Int32 representing the number of columns that remain visible when the user scrolls horizontally.
See Also