Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / FreezePanes Property


In This Topic
    FreezePanes Property (IWorksheetView)
    In This Topic
    Gets or sets a value indicating whether the split panes are frozen.
    Syntax
    'Declaration
     
    
    Property FreezePanes As Boolean
    'Usage
     
    
    Dim instance As IWorksheetView
    Dim value As Boolean
     
    instance.FreezePanes = value
     
    value = instance.FreezePanes
    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