Share via


FirstHeader Constructors

Definition

Overloads

FirstHeader()

Initializes a new instance of the FirstHeader class.

FirstHeader(String)

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

FirstHeader()

Initializes a new instance of the FirstHeader class.

public FirstHeader ();
Public Sub New ()

Applies to

FirstHeader(String)

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

public FirstHeader (string text);
new DocumentFormat.OpenXml.Drawing.Charts.FirstHeader : string -> DocumentFormat.OpenXml.Drawing.Charts.FirstHeader
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to