CellFormula 构造函数

定义

重载

CellFormula()

初始化 CellFormula 类的新实例。

CellFormula(String)

使用指定的文本内容初始化 CellFormula 类的新实例。

CellFormula()

初始化 CellFormula 类的新实例。

public CellFormula ();
Public Sub New ()

适用于

CellFormula(String)

使用指定的文本内容初始化 CellFormula 类的新实例。

public CellFormula (string text);
new DocumentFormat.OpenXml.Spreadsheet.CellFormula : string -> DocumentFormat.OpenXml.Spreadsheet.CellFormula
Public Sub New (text As String)

参数

text
String

指定 元素的文本内容。

适用于