Share via


Survey.SurveyQuestions property

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

Syntax

'Declaration
Public Property SurveyQuestions As SurveyQuestions
    Get
    Set
'Usage
Dim instance As Survey
Dim value As SurveyQuestions

value = instance.SurveyQuestions

instance.SurveyQuestions = value
public SurveyQuestions SurveyQuestions { get; set; }

Property value

Type: DocumentFormat.OpenXml.Office15.Excel.SurveyQuestions

See also

Reference

Survey class

Survey members

DocumentFormat.OpenXml.Office15.Excel namespace