NegativeBarFormat 接口

定义

代表由数据条的条件格式规则定义的、负值数据条的颜色设置。

public interface class NegativeBarFormat
[System.Runtime.InteropServices.Guid("000244BF-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface NegativeBarFormat
Public Interface NegativeBarFormat
属性

注解

对象的属性 NegativeBarFormat 可用于指定负值的数据条的填充颜色和边框。 NegativeBarFormatDatabar使用表示数据栏条件格式规则的 对象的 来访问与该NegativeBarFormat规则关联的对象。

属性

Application

在没有对象限定符的情况下使用时,此属性返回表示 Application Microsoft Excel 应用程序的 对象。 与对象限定符一起使用时,此属性返回表示 Application 指定对象的创建者的对象。

BorderColor

获取可用于 FormatColor 指定负数据条的边框颜色的对象。

BorderColorType

获取是否使用与正数据条相同的边框颜色。

Color

获取可用于 FormatColor 指定负数据条的填充颜色的对象。

ColorType

获取或设置是否使用与正数据条相同的填充颜色。

Creator

获取一个 32 位整数,该 整数 指示创建此对象的应用程序。

Parent

获取指定对象的父对象。

适用于