Share via


OddHeaderXsdstring Constructors

Definition

Overloads

OddHeaderXsdstring()

Initializes a new instance of the OddHeaderXsdstring class.

OddHeaderXsdstring(String)

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

OddHeaderXsdstring()

Initializes a new instance of the OddHeaderXsdstring class.

public OddHeaderXsdstring ();
Public Sub New ()

Applies to

OddHeaderXsdstring(String)

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

public OddHeaderXsdstring (string text);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to