Share via


List Constructors

Definition

Overloads

List()

Initializes a new instance of the List class.

List(String)

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

List()

Initializes a new instance of the List class.

public List ();
Public Sub New ()

Applies to

List(String)

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

public List (string text);
new DocumentFormat.OpenXml.Office2010.ExcelAc.List : string -> DocumentFormat.OpenXml.Office2010.ExcelAc.List
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to