_Worksheet.Outline Property

Returns an Outline object that represents the outline for the specified worksheet. Read-only.

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

Syntax

'Declaration
ReadOnly Property Outline As Outline
    Get
'Usage
Dim instance As _Worksheet
Dim value As Outline

value = instance.Outline
Outline Outline { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Outline

See Also

Reference

_Worksheet Interface

_Worksheet Members

Microsoft.Office.Interop.Excel Namespace