Shape.ControlFormat Property

Returns a ControlFormat object that contains Microsoft Excel control properties. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property ControlFormat As ControlFormat
    Get
'Usage
Dim instance As Shape
Dim value As ControlFormat

value = instance.ControlFormat
ControlFormat ControlFormat { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.ControlFormat

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Excel Namespace