Share via


CountryRegion Constructors

Definition

Overloads

CountryRegion()

Initializes a new instance of the CountryRegion class.

CountryRegion(String)

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

CountryRegion()

Initializes a new instance of the CountryRegion class.

public CountryRegion ();
Public Sub New ()

Applies to

CountryRegion(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to