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