Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / FrozenTrailingRowCount Property


FrozenTrailingRowCount Property
Gets or sets the number of non-scrolling rows on the trailing edge of this sheet.
Syntax
'Declaration
 
Public Property FrozenTrailingRowCount As Integer
 
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
instance.FrozenTrailingRowCount = value
 
value = instance.FrozenTrailingRowCount
Exceptions
ExceptionDescription
Specified value is out of range; must be greater than or equal to zero
See Also