Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 786 Bytes

Excel.Range.ApplyOutlineStyles.md

File metadata and controls

42 lines (24 loc) · 786 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.ApplyOutlineStyles method (Excel)
vbaxl10.chm144080
vbaxl10.chm144080
Excel.Range.ApplyOutlineStyles
eab9b4ed-5d4c-8205-63f2-fa8e4539da73
05/10/2019
medium

Range.ApplyOutlineStyles method (Excel)

Applies outlining styles to the specified range.

Syntax

expression.ApplyOutlineStyles

expression A variable that represents a Range object.

Return value

Variant

Example

The following example applies automatic outlining styles to the selection. The selection must include the entire outline range on a worksheet.

Selection.ApplyOutlineStyles

[!includeSupport and feedback]