In This Topic
Gets or sets the number of non-scrolling rows on the leading edge of 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;}
Exceptions
See Also