Survey.Title property
Namespace: DocumentFormat.OpenXml.Office15.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "title")> _
Public Property Title As StringValue
Get
Set
'Usage
Dim instance As Survey
Dim value As StringValue
value = instance.Title
instance.Title = value
[SchemaAttrAttribute(, "title")]
public StringValue Title { get; set; }
Property value
Type: DocumentFormat.OpenXml.StringValue