OLEControlClass.Width Property

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

Syntax

'Declaration
Public Overridable Property Width As Single
    Get
    Set
'Usage
Dim instance As OLEControlClass
Dim value As Single

value = instance.Width

instance.Width = value
public virtual float Width { get; set; }

Property Value

Type: System.Single

Implements

_OLEControl.Width

See Also

Reference

OLEControlClass Class

OLEControlClass Members

Microsoft.Office.Interop.Word Namespace