Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / FrozenRowCount Property


In This Topic
    FrozenRowCount Property
    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
    ExceptionDescription
    Specified value is out of range; must be greater than or equal to zero
    See Also