Outline Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |