Skip to content

Files

Latest commit

 

History

History
36 lines (22 loc) · 851 Bytes

Excel.Series.InvertIfNegative.md

File metadata and controls

36 lines (22 loc) · 851 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Series.InvertIfNegative property (Excel)
vbaxl10.chm578092
vbaxl10.chm578092
Excel.Series.InvertIfNegative
06c963ac-6e81-5f45-b8b9-8c61bf0c02b6
05/11/2019
medium

Series.InvertIfNegative property (Excel)

True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. Read/write Boolean.

Syntax

expression.InvertIfNegative

expression A variable that represents a Series object.

Example

This example inverts the pattern for negative values in series one on Chart1. The example should be run on a 2D column chart.

Charts("Chart1").SeriesCollection(1).InvertIfNegative = True

[!includeSupport and feedback]