Class CellRichValue

Class CellRichValue

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

Rappresenta il valore ricco della cella.

public abstract class CellRichValue

Ereditarietà

objectCellRichValue

Membri Ereditati

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

Costruttori

CellRichValue()

protected CellRichValue()

Proprietà

AltText

Ottiene il testo alternativo associato all’immagine.

public virtual string AltText { get; set; }

Valore Proprietà

string

ErrorValue

Ottiene il tipo di valore di errore della cella.

public virtual ErrorCellValueType ErrorValue { get; }

Valore Proprietà

ErrorCellValueType

Image

Ottiene i dati dell’immagine della cella.

public virtual byte[] Image { get; }

Valore Proprietà

byte[]

 Italiano