Message-ID: <1823535791.8869.1711665454920.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8868_1576957174.1711665454920" ------=_Part_8868_1576957174.1711665454920 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html NumberFormat.Color

NumberFormat.Color

Description

=20

The Color enumeration = contains the colors that can be used to display negative numbers in a NumberFormat.

=20
C#
=20
 public sealed class Color : TypesafeEnum
=20
=20
vb.net
=20
Public NotInheritable Class Color
=09=09Inherits TypesafeEnum
=20
=20

Values

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Black

Negative values will be black.

Blue

Negative values will be blue.

Cyan

Negative values will be cyan.

Green

Negative values will be green.

Magenta

Negative values will be magenta.

None

Negative values will be the same color as pos= itive values.

Red

Negative values will be red.

White

Negative values will be white.

Yellow

Negative values will be yellow.

------=_Part_8868_1576957174.1711665454920--