CountryRegion Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.