Class CellRichValue

Class CellRichValue

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Mewakili nilai kaya dari sel.

public abstract class CellRichValue

Pewarisan

objectCellRichValue

Anggota yang Dwarisi

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktor

CellRichValue()

protected CellRichValue()

Properti

AltText

Mengambil teks alternatif yang terkait dengan gambar.

public virtual string AltText { get; set; }

Nilai Properti

string

ErrorValue

Mengambil jenis nilai kesalahan dari sel.

public virtual ErrorCellValueType ErrorValue { get; }

Nilai Properti

ErrorCellValueType

Image

Mengambil data gambar dari sel.

public virtual byte[] Image { get; }

Nilai Properti

byte[]

 Indonesia