Table of Contents

Class OdfSheetSplitPanesInfo

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

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

public sealed class OdfSheetSplitPanesInfo
Inheritance
OdfSheetSplitPanesInfo
Inherited Members

Constructors

OdfSheetSplitPanesInfo(string, OdfSplitPanes)

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

public OdfSheetSplitPanesInfo(string sheetName, OdfSplitPanes splitPanes)

Parameters

sheetName string

The sheet name. / 工作表名稱。

splitPanes OdfSplitPanes

The split pane settings. / 分割窗格設定。

Properties

SheetName

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

public string SheetName { get; }

Property Value

string

SplitPanes

Gets the split pane settings. 取得分割窗格設定。

public OdfSplitPanes SplitPanes { get; }

Property Value

OdfSplitPanes