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


In This Topic
    FrozenTrailingColumnCount Property
    In This Topic
    Gets or sets the number of non-scrolling columns on the trailing edge of this sheet.
    Syntax
    'Declaration
     
    
    Public Property FrozenTrailingColumnCount As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.FrozenTrailingColumnCount = value
     
    value = instance.FrozenTrailingColumnCount
    public int FrozenTrailingColumnCount {get; set;}
    Exceptions
    ExceptionDescription
    Specified value is out of range; must be greater than or equal to zero
    See Also