Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 819 Bytes

Excel.Worksheet.EnableOutlining.md

File metadata and controls

38 lines (23 loc) · 819 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Worksheet.EnableOutlining property (Excel)
vbaxl10.chm175096
vbaxl10.chm175096
Excel.Worksheet.EnableOutlining
db849ddf-871d-19cd-9765-3194a8c1e34e
05/30/2019
medium

Worksheet.EnableOutlining property (Excel)

True if outlining symbols are enabled when user-interface-only protection is turned on. Read/write Boolean.

Syntax

expression.EnableOutlining

expression A variable that represents a Worksheet object.

Example

This example enables outlining symbols on a protected worksheet.

ActiveSheet.EnableOutlining = True 
ActiveSheet.Protect contents:=True, userInterfaceOnly:=True

[!includeSupport and feedback]