Worksheet.Outline Property

Definition

Gets an Outline that represents the outline for the worksheet.

public:
 property Microsoft::Office::Interop::Excel::Outline ^ Outline { Microsoft::Office::Interop::Excel::Outline ^ get(); };
public Microsoft.Office.Interop.Excel.Outline Outline { get; }
member this.Outline : Microsoft.Office.Interop.Excel.Outline
Public ReadOnly Property Outline As Outline

Property Value

An Outline that represents the outline for the worksheet.

Applies to