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
sheetNamestringThe sheet name. / 工作表名稱。
splitPanesOdfSplitPanesThe split pane settings. / 分割窗格設定。
Properties
SheetName
Gets the sheet name. 取得工作表名稱。
public string SheetName { get; }
Property Value
SplitPanes
Gets the split pane settings. 取得分割窗格設定。
public OdfSplitPanes SplitPanes { get; }