Infragistics(R) NetAdvantage(R) WPF
PanesAreFrozen Property
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace > DisplayOptions Class : PanesAreFrozen Property

Gets or sets the value which indicates if the panes in the worksheet are frozen.

Syntax

Visual Basic (Declaration) 
Public Property PanesAreFrozen As Boolean
C# 
public bool PanesAreFrozen {get; set;}

Property Value

The value which indicates if the panes in the worksheet are frozen.

Remarks

Depending on the value of this property, either the FrozenPaneSettings or the Infragistics.Documents.Excel.DisplayOptions.UnfrozenPaneSettings will be used for the worksheet. The unused settings are ignored and are not saved with the workbook stream.

See Also