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