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