Spread Windows Forms 12.0 Product Documentation
FreezePanes Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : FreezePanes Property
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

Reference

IWorksheetView Interface
IWorksheetView Members