Share via


Survey.Description property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "description")> _
Public Property Description As StringValue
    Get
    Set
'Usage
Dim instance As Survey
Dim value As StringValue

value = instance.Description

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

Property value

Type: DocumentFormat.OpenXml.StringValue

See also

Reference

Survey class

Survey members

DocumentFormat.OpenXml.Office15.Excel namespace