Share via


Department Constructors

Definition

Overloads

Department()

Initializes a new instance of the Department class.

Department(String)

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

Department()

Initializes a new instance of the Department class.

public Department ();
Public Sub New ()

Applies to

Department(String)

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

public Department (string text);
new DocumentFormat.OpenXml.Bibliography.Department : string -> DocumentFormat.OpenXml.Bibliography.Department
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to