Share via


SelectionType Constructors

Definition

Overloads

SelectionType()

Initializes a new instance of the SelectionType class.

SelectionType(String)

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

SelectionType()

Initializes a new instance of the SelectionType class.

public SelectionType ();
Public Sub New ()

Applies to

SelectionType(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to