AutoSizePicture 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
AutoSizePicture() |
Initializes a new instance of the AutoSizePicture class. |
AutoSizePicture(String) |
Initializes a new instance of the AutoSizePicture class with the specified text content. |
AutoSizePicture()
Initializes a new instance of the AutoSizePicture class.
public AutoSizePicture ();
Public Sub New ()
Applies to
AutoSizePicture(String)
Initializes a new instance of the AutoSizePicture class with the specified text content.
public AutoSizePicture (string text);
new DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture : string -> DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.