Outline Property From Microsoft Excel Visual Basic previous page next page Returns an Outline object that represents the outline for the specified worksheet. Read-only.ExampleThis example sets the outline on Sheet1 to use automatic styles.Worksheets("Sheet1").Outline.AutomaticStyles = True