NegativeBarFormat.ColorType Property

Definition

Gets or sets whether to use the same fill color as positive data bars.

public:
 property Microsoft::Office::Interop::Excel::XlDataBarNegativeColorType ColorType { Microsoft::Office::Interop::Excel::XlDataBarNegativeColorType get(); void set(Microsoft::Office::Interop::Excel::XlDataBarNegativeColorType value); };
public Microsoft.Office.Interop.Excel.XlDataBarNegativeColorType ColorType { get; set; }
Public Property ColorType As XlDataBarNegativeColorType

Property Value

Specifies whether to use the same fill color as positive data bars.

Remarks

Read/write.

If you set the ColorType property to xlDataBarColor, use the Color property of the NegativeBarFormat object to return a FormatColor object that you can use to specify the fill color.

Applies to