Table of Contents

Class OdfNamedExpressionInfo

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Represents a named expression in a worksheet. 表示工作表中的具名運算式。

public sealed class OdfNamedExpressionInfo
Inheritance
OdfNamedExpressionInfo
Inherited Members

Constructors

OdfNamedExpressionInfo(string, string, string?)

Represents a named expression in a worksheet. 表示工作表中的具名運算式。

public OdfNamedExpressionInfo(string name, string expression, string? baseCellAddress)

Parameters

name string

The named expression name. / 具名運算式名稱。

expression string

The ODF expression. / ODF 運算式。

baseCellAddress string

The ODF base cell address. / ODF 基準儲存格位址。

Properties

BaseCellAddress

Gets the ODF base cell address. 取得 ODF 基準儲存格位址。

public string? BaseCellAddress { get; }

Property Value

string

Expression

Gets the ODF expression. 取得 ODF 運算式。

public string Expression { get; }

Property Value

string

Name

Gets the named expression name. 取得具名運算式名稱。

public string Name { get; }

Property Value

string