Share via


OpenByDefault Constructors

Definition

Overloads

OpenByDefault()

Initializes a new instance of the OpenByDefault class.

OpenByDefault(String)

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

OpenByDefault()

Initializes a new instance of the OpenByDefault class.

public OpenByDefault ();
Public Sub New ()

Applies to

OpenByDefault(String)

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

public OpenByDefault (string text);
new DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault : string -> DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to