Gets or sets the number of frozen (non-scrollable) columns for this sheet.
Syntax
'Declaration
Public Property FrozenColumnCount As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.FrozenColumnCount = value
value = instance.FrozenColumnCount
public int FrozenColumnCount {get; set;}
See Also