AutoSizePicture Constructors

Definition

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.

Applies to