Share via


FormulaPicture Constructors

Definition

Overloads

FormulaPicture()

Initializes a new instance of the FormulaPicture class.

FormulaPicture(String)

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

FormulaPicture()

Initializes a new instance of the FormulaPicture class.

public FormulaPicture ();
Public Sub New ()

Applies to

FormulaPicture(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to