Share via


OLEObject.Interior Property (2003 System)

Gets the interior of the OLEObject.

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

Syntax

'Declaration
Public ReadOnly Property Interior As Interior
'Usage
Dim instance As OLEObject
Dim value As Interior

value = instance.Interior
public Interior Interior { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Interior
An Interior that represents the interior of the OLEObject.

Permissions

See Also

Reference

OLEObject Class

OLEObject Members

Microsoft.Office.Tools.Excel Namespace