WorkbookProperties.PromptedSolutions Property

Prompted Solutions.Represents the attribte in schema: promptedSolutions

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

Syntax

'Declaration
<SchemaAttrAttribute(, "promptedSolutions")> _
Public Property PromptedSolutions As BooleanValue
    Get
    Set
'Usage
Dim instance As WorkbookProperties
Dim value As BooleanValue

value = instance.PromptedSolutions

instance.PromptedSolutions = value
[SchemaAttrAttribute(, "promptedSolutions")]
public BooleanValue PromptedSolutions { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

WorkbookProperties Class

WorkbookProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace