次の方法で共有


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

'宣言
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public ReadOnly Property ControlPropertiesParts As IEnumerable(Of ControlPropertiesPart)
    Get
'使用
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>

See Also

Reference

WorksheetPart Class

WorksheetPart Members

DocumentFormat.OpenXml.Packaging Namespace