WorksheetPart.ControlPropertiesParts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ControlPropertiesParts of the WorksheetPart
public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.ControlPropertiesPart> ControlPropertiesParts { get; }
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.ControlPropertiesPart> ControlPropertiesParts { get; }
member this.ControlPropertiesParts : seq<DocumentFormat.OpenXml.Packaging.ControlPropertiesPart>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
member this.ControlPropertiesParts : seq<DocumentFormat.OpenXml.Packaging.ControlPropertiesPart>
Public ReadOnly Property ControlPropertiesParts As IEnumerable(Of ControlPropertiesPart)
Property Value
- Attributes