_NoteItem.Width Property
Returns or sets an Integer (int in C#) value indicating the width (in pixels) of the specified object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property Width As Integer
Get
Set
'Usage
Dim instance As _NoteItem
Dim value As Integer
value = instance.Width
instance.Width = value
int Width { get; set; }
Property Value
Type: System.Int32