Share via


SelectionEntry Constructors

Definition

Overloads

SelectionEntry()

Initializes a new instance of the SelectionEntry class.

SelectionEntry(String)

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

SelectionEntry()

Initializes a new instance of the SelectionEntry class.

public SelectionEntry ();
Public Sub New ()

Applies to

SelectionEntry(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to