C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / FrozenColumns Property

In This Topic
FrozenColumns Property (TransposedMultiRow<T>)
In This Topic
Gets or sets the number of frozen columns.
Syntax
'Declaration
 
Public Overridable Property FrozenColumns As Integer
 
Remarks
Frozen columns do not scroll, but the cells they contain may be selected and edited.
See Also