Share via


DataLabel.Border Property

Returns a Border object that represents the border of the object.

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

Syntax

'Declaration
ReadOnly Property Border As Border
    Get
'Usage
Dim instance As DataLabel
Dim value As Border

value = instance.Border
Border Border { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Border
Border

See Also

Reference

DataLabel Interface

DataLabel Members

Microsoft.Office.Interop.Excel Namespace