Class CellRichValue

Class CellRichValue

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

Représente la valeur riche de la cellule.

public abstract class CellRichValue

Héritage

objectCellRichValue

Membres hérités

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

Constructeurs

CellRichValue()

protected CellRichValue()

Propriétés

AltText

Obtient le texte alternatif associé à l’image.

public virtual string AltText { get; set; }

Valeur de la propriété

string

ErrorValue

Obtient le type de valeur d’erreur de la cellule.

public virtual ErrorCellValueType ErrorValue { get; }

Valeur de la propriété

ErrorCellValueType

Image

Obtient les données de l’image de la cellule.

public virtual byte[] Image { get; }

Valeur de la propriété

byte[]

 Français