OpenXmlSimpleType Constructors

Definition

Overloads

OpenXmlSimpleType()

Initializes a new instance of the OpenXmlSimpleType class.

OpenXmlSimpleType(OpenXmlSimpleType)

Initializes a new instance of the OpenXmlSimpleType class.

OpenXmlSimpleType()

Initializes a new instance of the OpenXmlSimpleType class.

protected OpenXmlSimpleType ();
Protected Sub New ()

Applies to

OpenXmlSimpleType(OpenXmlSimpleType)

Initializes a new instance of the OpenXmlSimpleType class.

protected OpenXmlSimpleType (DocumentFormat.OpenXml.OpenXmlSimpleType source);
new DocumentFormat.OpenXml.OpenXmlSimpleType : DocumentFormat.OpenXml.OpenXmlSimpleType -> DocumentFormat.OpenXml.OpenXmlSimpleType
Protected Sub New (source As OpenXmlSimpleType)

Parameters

source
OpenXmlSimpleType

The source OpenXmlSimpleType.

Applies to