Class CellRichValue

Class CellRichValue

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

Representa el valor rico de la celda.

public abstract class CellRichValue

Herencia

objectCellRichValue

Miembros Heredados

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

Constructores

CellRichValue()

protected CellRichValue()

Propiedades

AltText

Obtiene el texto alternativo asociado con la imagen.

public virtual string AltText { get; set; }

Valor de la Propiedad

string

ErrorValue

Obtiene el tipo de valor de error de la celda.

public virtual ErrorCellValueType ErrorValue { get; }

Valor de la Propiedad

ErrorCellValueType

Image

Obtiene los datos de la imagen de la celda.

public virtual byte[] Image { get; }

Valor de la Propiedad

byte[]

 Español