[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IDataBarBorder

Interface IDataBarBorder

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the border of the data bars specified by a conditional formatting rule.

public interface IDataBarBorder

Properties

Color

Gets an object that specifies the color of the border of data bars specified by a conditional formatting rule.

IFormatColor Color { get; }

Property Value

IFormatColor

Type

Gets or sets the type of border for data bars specified by a conditional formatting rule.

DataBarBorderType Type { get; set; }

Property Value

DataBarBorderType