Class CellRichValue

Class CellRichValue

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

Represents rich value of the cell.

public abstract class CellRichValue

Inheritance

objectCellRichValue

Inherited Members

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

Constructors

CellRichValue()

protected CellRichValue()

Properties

AltText

Gets the alt text associated with the image.

public virtual string AltText { get; set; }

Property Value

string

ErrorValue

Gets the error value type of the cell.

public virtual ErrorCellValueType ErrorValue { get; }

Property Value

ErrorCellValueType

Image

Gets the image data of the cell.

public virtual byte[] Image { get; }

Property Value

byte[]