OLEObject.Border Property (2003 System)

Gets the border of the OLEObject.

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

Syntax

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

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

Property Value

Type: Microsoft.Office.Interop.Excel.Border
A Border that represents the border of the OLEObject.

Permissions

See Also

Reference

OLEObject Class

OLEObject Members

Microsoft.Office.Tools.Excel Namespace