FormulaPicture Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.