Syntax

expression.EnableOutlining

expression A variable that represents a Worksheet object.

Remarks

This example enables outlining symbols on a protected worksheet.

Example

Visual Basic for Applications
ActiveSheet.EnableOutlining = True ActiveSheet.Protect contents:=True, userInterfaceOnly:=True
Allow use of outline feature? Control the use of outlining symbols on protected sheet? enable outlining Enable Outlining Property EnableOutlining EnableOutlining Property Permit enduser to use outline?

See also: