Author Constructors

Definition

Overloads

Author()

Initializes a new instance of the Author class.

Author(String)

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

Author()

Initializes a new instance of the Author class.

public Author ();
Public Sub New ()

Applies to

Author(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to