Share via


UIObject Constructors

Definition

Overloads

UIObject()

Initializes a new instance of the UIObject class.

UIObject(String)

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

UIObject()

Initializes a new instance of the UIObject class.

public UIObject ();
Public Sub New ()

Applies to

UIObject(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to