Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / FrozenColumnCount Property
Example


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

    Property Value

    Integer number of columns to freeze
    Remarks

    This property (as well as any of the scroll bar related properties) does not have an effect on the Mozilla Firefox browser. Firefox does not support the CSS properties to handle this customization of the scrolling (or in this case non-scrolling).

    Example
    This example freezes columns and rows.
    See Also