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