Outline Interface

Definition

Represents an outline on a worksheet.

public interface class Outline
[System.Runtime.InteropServices.Guid("000208AB-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Outline
Public Interface Outline
Attributes

Remarks

Use the Outline property to return an Outline object.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

AutomaticStyles

True if the outline uses automatic styles.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Parent

Returns the parent object for the specified object.

SummaryColumn

Returns or sets the location of the summary columns in the outline.

SummaryRow

Returns or sets the location of the summary rows in the outline.

Methods

ShowLevels(Object, Object)

Displays the specified number of row and/or column levels of an outline.

Applies to