DataValidation.ShowDropDown Property

Definition

showDropDown

Represents the following attribute in the schema: showDropDown

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

Property Value

Returns BooleanValue.

Attributes

Applies to