Class ConditionalFormattingIcon

Class ConditionalFormattingIcon

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

条件付き書式ルールのカスタムアイコンを表します。

public class ConditionalFormattingIcon

継承

objectConditionalFormattingIcon

継承されたメンバー

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

プロパティ

ImageData

アイコンセットデータを取得します。

public byte[] ImageData { get; }

プロパティ値

byte[]

Index

アイコンセット内のアイコンのインデックスを取得および設定します。

public int Index { get; set; }

プロパティ値

int

Type

アイコンセットのタイプを取得および設定します。

public IconSetType Type { get; set; }

プロパティ値

IconSetType

メソッド

GetIconImageData(IconSetType, int)

アイコンセットデータを取得します。

public static byte[] GetIconImageData(IconSetType type, int index)

パラメータ

type IconSetType

アイコンのタイプ

index int

アイコンのインデックス

戻り値

byte[]

GetImageData(Cell)

セルの設定に基づいて画像データを取得します。

public byte[] GetImageData(Cell cell)

パラメータ

cell Cell

セルの設定。

戻り値

byte[]

アイコンの画像データを返します。

 日本語