Class OdfFormulaCellInfo
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Represents a spreadsheet cell that contains a formula. 表示試算表中一個含公式的儲存格。
public sealed class OdfFormulaCellInfo
- Inheritance
-
OdfFormulaCellInfo
- Inherited Members
Constructors
OdfFormulaCellInfo(string, OdfCellAddress, OdfCell, string)
Represents a spreadsheet cell that contains a formula. 表示試算表中一個含公式的儲存格。
public OdfFormulaCellInfo(string sheetName, OdfCellAddress address, OdfCell cell, string formula)
Parameters
sheetNamestringThe sheet name. / 工作表名稱。
addressOdfCellAddressThe cell address. / 儲存格位址。
cellOdfCellThe cell facade. / 儲存格 facade。
formulastringThe current
table:formulatext. / 目前的table:formula文字。
Properties
Address
Gets the cell address. 取得儲存格位址。
public OdfCellAddress Address { get; }
Property Value
Cell
Gets the cell facade. 取得儲存格 facade。
public OdfCell Cell { get; }
Property Value
ExcelAddress
Gets the Excel-style address with the sheet name. 取得含工作表名稱的 Excel 樣式位址。
public string ExcelAddress { get; }
Property Value
Formula
Gets the current table:formula text.
取得目前的 table:formula 文字。
public string Formula { get; }
Property Value
SheetName
Gets the sheet name. 取得工作表名稱。
public string SheetName { get; }