Class CellRichValue
Class CellRichValue
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
セルのリッチ値を表します。
public abstract class CellRichValue
継承
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
コンストラクター
CellRichValue()
protected CellRichValue()
プロパティ
AltText
画像に関連付けられた代替テキストを取得します。
public virtual string AltText { get; set; }
プロパティ値
ErrorValue
セルのエラー値のタイプを取得します。
public virtual ErrorCellValueType ErrorValue { get; }
プロパティ値
Image
セルの画像データを取得します。
public virtual byte[] Image { get; }
プロパティ値
byte[]