Share via


FormulaMacro Constructors

Definition

Overloads

FormulaMacro()

Initializes a new instance of the FormulaMacro class.

FormulaMacro(String)

Initializes a new instance of the FormulaMacro class with the specified text content.

FormulaMacro()

Initializes a new instance of the FormulaMacro class.

public FormulaMacro ();
Public Sub New ()

Applies to

FormulaMacro(String)

Initializes a new instance of the FormulaMacro class with the specified text content.

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

Parameters

text
String

Specifies the text content of the element.

Applies to