Share via


DefaultSize Constructors

Definition

Overloads

DefaultSize()

Initializes a new instance of the DefaultSize class.

DefaultSize(String)

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

DefaultSize()

Initializes a new instance of the DefaultSize class.

public DefaultSize ();
Public Sub New ()

Applies to

DefaultSize(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to