Table of Contents

Class OdfSheetFrozenPanesInfo

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Represents summary information for frozen pane settings on a worksheet in a spreadsheet. 表示試算表中一個工作表凍結窗格設定的摘要資訊。

public sealed class OdfSheetFrozenPanesInfo
Inheritance
OdfSheetFrozenPanesInfo
Inherited Members

Constructors

OdfSheetFrozenPanesInfo(string, OdfFrozenPanes)

Represents summary information for frozen pane settings on a worksheet in a spreadsheet. 表示試算表中一個工作表凍結窗格設定的摘要資訊。

public OdfSheetFrozenPanesInfo(string sheetName, OdfFrozenPanes frozenPanes)

Parameters

sheetName string

The sheet name. / 工作表名稱。

frozenPanes OdfFrozenPanes

The frozen pane settings. / 凍結窗格設定。

Properties

FrozenPanes

Gets the frozen pane settings. 取得凍結窗格設定。

public OdfFrozenPanes FrozenPanes { get; }

Property Value

OdfFrozenPanes

SheetName

Gets the sheet name. 取得工作表名稱。

public string SheetName { get; }

Property Value

string