Share via


ListBoxCallbackType Constructors

Definition

Overloads

ListBoxCallbackType()

Initializes a new instance of the ListBoxCallbackType class.

ListBoxCallbackType(String)

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

ListBoxCallbackType()

Initializes a new instance of the ListBoxCallbackType class.

public ListBoxCallbackType ();
Public Sub New ()

Applies to

ListBoxCallbackType(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to