Version

UnfrozenPaneSettings Property

Gets the settings which control the unfrozen panes in the worksheet.
Syntax
public UnfrozenPaneSettings UnfrozenPaneSettings {get;}

Property Value

The settings which control the unfrozen panes in the worksheet.
Remarks

For these settings to be saved in the workbook file, PanesAreFrozen must be False.

Note: Frozen and unfrozen panes cannot be used simultaneously, so depending on whether the panes are frozen or unfrozen, these settings may not be used.

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