Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 852 Bytes

Excel.ShapeRange.Decorative.md

File metadata and controls

36 lines (23 loc) · 852 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ShapeRange.Decorative property (Excel)
vbaxl10.chm636159
vbaxl10.chm636159
Excel.ShapeRange.Decorative
2DF8D04C-5BFA-101B-BDE5-00AA0044DE52
08/21/2019
medium

ShapeRange.Decorative property (Excel)

Sets or returns the decorative flag for the specified object. Read/write.

Syntax

expression.Decorative

expression A variable that represents a ShapeRange object.

Remarks

The value of the Decorative property can be one of these MsoTriState constants.

Constant Description
msoFalse The specified shape range is not marked as decorative.
msoTrue The specified shape range is marked as decorative.

[!includeSupport and feedback]