Version

PanesAreFrozen Property

Gets or sets the value which indicates if the panes in the worksheet are frozen.
Syntax
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 UnfrozenPaneSettings will be used for the worksheet. The unused settings are ignored and are not saved with the workbook stream.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also