FormControlProperties.ControlPropertiesPart Property
Gets the ControlPropertiesPart associated with this element.
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ControlPropertiesPart As ControlPropertiesPart
Get
Friend Set
'Usage
Dim instance As FormControlProperties
Dim value As ControlPropertiesPart
value = instance.ControlPropertiesPart
public ControlPropertiesPart ControlPropertiesPart { get; internal set; }
Property Value
Type: DocumentFormat.OpenXml.Packaging.ControlPropertiesPart