WorksheetPart.ControlPropertiesParts Property
Gets the ControlPropertiesParts of the WorksheetPart., only available in Office2010
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public ReadOnly Property ControlPropertiesParts As IEnumerable(Of ControlPropertiesPart)
Get
'Usage
Dim instance As WorksheetPart
Dim value As IEnumerable(Of ControlPropertiesPart)
value = instance.ControlPropertiesParts
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public IEnumerable<ControlPropertiesPart> ControlPropertiesParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<ControlPropertiesPart>