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