API Reference

Class

LegacyXlsFreezePane

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Represents frozen pane metadata parsed from a legacy XLS worksheet view.

Inheritance

  • Object
  • LegacyXlsFreezePane

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public LegacyXlsFreezePane(Int32 topRows, Int32 leftColumns) #

Creates legacy frozen pane metadata.

Parameters

topRows System.Int32 requiredposition: 0
Number of top rows to freeze.
leftColumns System.Int32 requiredposition: 1
Number of left columns to freeze.

Properties

public Int32 TopRows { get; } #

Gets the number of top rows to freeze.

public Int32 LeftColumns { get; } #

Gets the number of left columns to freeze.