Class CellRichValue

Class CellRichValue

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

Representa o valor rico da célula.

public abstract class CellRichValue

Herança

objectCellRichValue

Membros Herdados

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

Construtores

CellRichValue()

protected CellRichValue()

Propriedades

AltText

Obtém o texto alternativo associado à imagem.

public virtual string AltText { get; set; }

Valor da Propriedade

string

ErrorValue

Obtém o tipo de valor de erro da célula.

public virtual ErrorCellValueType ErrorValue { get; }

Valor da Propriedade

ErrorCellValueType

Image

Obtém os dados da imagem da célula.

public virtual byte[] Image { get; }

Valor da Propriedade

byte[]

 Português