Class CellRichValue
Class CellRichValue
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Đại diện cho giá trị phong phú của ô.
public abstract class CellRichValue
Kế thừa
Các thành viên kế thừa
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Các hàm khởi tạo
CellRichValue()
protected CellRichValue()
Thuộc tính
AltText
Lấy văn bản thay thế liên quan đến hình ảnh.
public virtual string AltText { get; set; }
Giá trị thuộc tính
ErrorValue
Lấy loại giá trị lỗi của ô.
public virtual ErrorCellValueType ErrorValue { get; }
Giá trị thuộc tính
Image
Lấy dữ liệu hình ảnh của ô.
public virtual byte[] Image { get; }
Giá trị thuộc tính
byte[]