ComboBox.GetText Property

Definition

getText, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: getText

[DocumentFormat.OpenXml.SchemaAttr(0, "getText")]
public DocumentFormat.OpenXml.StringValue GetText { get; set; }
public DocumentFormat.OpenXml.StringValue GetText { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "getText")]
public DocumentFormat.OpenXml.StringValue? GetText { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("getText")]
public DocumentFormat.OpenXml.StringValue? GetText { get; set; }
public DocumentFormat.OpenXml.StringValue? GetText { get; set; }
member this.GetText : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "getText")>]
member this.GetText : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("getText")>]
member this.GetText : DocumentFormat.OpenXml.StringValue with get, set
Public Property GetText As StringValue

Property Value

Attributes

Applies to