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; }
ค่า Property
ErrorValue
รับประเภทค่าข้อผิดพลาดของเซลล์
public virtual ErrorCellValueType ErrorValue { get; }
ค่า Property
Image
รับข้อมูลภาพของเซลล์
public virtual byte[] Image { get; }
ค่า Property
byte[]