Share via


ShowOnOpen Constructors

Definition

Overloads

ShowOnOpen()

Initializes a new instance of the ShowOnOpen class.

ShowOnOpen(String)

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

ShowOnOpen()

Initializes a new instance of the ShowOnOpen class.

public ShowOnOpen ();
Public Sub New ()

Applies to

ShowOnOpen(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to