Share via


Subtopic Constructors

Definition

Overloads

Subtopic()

Initializes a new instance of the Subtopic class.

Subtopic(String)

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

Subtopic()

Initializes a new instance of the Subtopic class.

public Subtopic ();
Public Sub New ()

Applies to

Subtopic(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to