FreezeRowsAndColumns Property
In This Topic
Specifies whether to freeze rows and columns in the grid after importing. The default value is true
.
Syntax
'Declaration
Public Property FreezeRowsAndColumns As Boolean
public bool FreezeRowsAndColumns {get; set;}
See Also