Class DataBarBorder
Class DataBarBorder
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
조건부 서식 규칙에 의해 지정된 데이터 막대의 테두리를 나타냅니다.
public class DataBarBorder
상속
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
속성
색상
조건부 서식 규칙에 의해 지정된 데이터 막대의 테두리 색상을 가져오거나 설정합니다.
public Color Color { get; set; }
속성 값
유형
조건부 서식 규칙에 의해 지정된 데이터 막대의 테두리 유형을 가져오거나 설정합니다.
public DataBarBorderType Type { get; set; }