Class DataBarBorder

Class DataBarBorder

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

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

public class DataBarBorder

Inheritance

objectDataBarBorder

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Color

Gets or sets the border’s color of data bars specified by a conditional formatting rule.

public Color Color { get; set; }

Property Value

Color

Type

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

public DataBarBorderType Type { get; set; }

Property Value

DataBarBorderType