DataValidation.PromptTitle Property

Prompt Title.Represents the attribte in schema: promptTitle

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "promptTitle")> _
Public Property PromptTitle As StringValue
    Get
    Set
'Usage
Dim instance As DataValidation
Dim value As StringValue

value = instance.PromptTitle

instance.PromptTitle = value
[SchemaAttrAttribute(, "promptTitle")]
public StringValue PromptTitle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

DataValidation Class

DataValidation Members

DocumentFormat.OpenXml.Spreadsheet Namespace