Share via


OpenXmlSurveyElementPrElement class

Defines the OpenXmlSurveyElementPrElement class.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office15.Excel.OpenXmlSurveyElementPrElement
        DocumentFormat.OpenXml.Office15.Excel.DescriptionPrSurveyElementPr
        DocumentFormat.OpenXml.Office15.Excel.QuestionPrSurveyElementPr
        DocumentFormat.OpenXml.Office15.Excel.QuestionsPrSurveyElementPr
        DocumentFormat.OpenXml.Office15.Excel.SurveyPrSurveyElementPr
        DocumentFormat.OpenXml.Office15.Excel.TitlePrSurveyElementPr

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ExtensionList), FileFormatVersions.Office15)> _
Public MustInherit Class OpenXmlSurveyElementPrElement _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As OpenXmlSurveyElementPrElement
[ChildElementInfoAttribute(typeof(ExtensionList), FileFormatVersions.Office15)]
public abstract class OpenXmlSurveyElementPrElement : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • ExtensionList <x15:extLst>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

OpenXmlSurveyElementPrElement members

DocumentFormat.OpenXml.Office15.Excel namespace