Shape.OfficeArtExtensionList Property

OfficeArtExtensionList.Represents the element tag in schema: dsp:extLst

Namespace:  DocumentFormat.OpenXml.Office.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property OfficeArtExtensionList As OfficeArtExtensionList
    Get
    Set
'Usage
Dim instance As Shape
Dim value As OfficeArtExtensionList

value = instance.OfficeArtExtensionList

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

Property Value

Type: DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Office.Drawing Namespace