Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / FreezePanes Property


In This Topic
    FreezePanes Property (WorksheetView)
    In This Topic
    Gets or sets a value indicating whether the split panes are frozen.
    Syntax
    'Declaration
     
    
    Public Property FreezePanes As Boolean
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Boolean
     
    instance.FreezePanes = value
     
    value = instance.FreezePanes
    public bool FreezePanes {get; set;}

    Property Value

    true if the split panes are frozen; otherwise, false.
    Remarks
    It's possible for FreezePanes to be true and Split to be false , or vice versa.
    See Also