Class CellRichValue
Class CellRichValue
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
셀의 풍부한 값을 나타냅니다.
public abstract class CellRichValue
상속
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
생성자
CellRichValue()
protected CellRichValue()
속성
AltText
이미지와 관련된 대체 텍스트를 가져옵니다.
public virtual string AltText { get; set; }
속성 값
ErrorValue
셀의 오류 값 유형을 가져옵니다.
public virtual ErrorCellValueType ErrorValue { get; }
속성 값
Image
셀의 이미지 데이터를 가져옵니다.
public virtual byte[] Image { get; }
속성 값
byte[]