Class CellRichValue

Class CellRichValue

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

Reprezentuje bohatou hodnotu buňky.

public abstract class CellRichValue

Dědění

objectCellRichValue

Děděné členy

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

Konstruktor

CellRichValue()

protected CellRichValue()

Vlastnosti

AltText

Získá alternativní text spojený s obrázkem.

public virtual string AltText { get; set; }

Hodnota vlastnosti

string

ErrorValue

Získá typ chybové hodnoty buňky.

public virtual ErrorCellValueType ErrorValue { get; }

Hodnota vlastnosti

ErrorCellValueType

Image

Získá obrazová data buňky.

public virtual byte[] Image { get; }

Hodnota vlastnosti

byte[]

 Čeština