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[]