Class ConditionalFormattingIcon

Class ConditionalFormattingIcon

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

Koşullu biçimlendirme kuralının özel simgesini temsil eder.

public class ConditionalFormattingIcon

Miras

objectConditionalFormattingIcon

Miras Alınan Üyeler

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

Özellikler

ImageData

Simge seti verilerini alır.

public byte[] ImageData { get; }

Özellik Değeri

byte[]

Index

Simgenin simge setindeki indeksini alır ve ayarlar.

public int Index { get; set; }

Özellik Değeri

int

Type

Simge seti türünü alır ve ayarlar.

public IconSetType Type { get; set; }

Özellik Değeri

IconSetType

Yöntemler

GetIconImageData(IconSetType, int)

Simge seti verisini alır.

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

Parametreler

type IconSetType

simgenin türü

index int

simgenin indeksi

Dönüş Değeri

byte[]

GetImageData(Cell)

Hücrenin ayarı ile birlikte görüntü verilerini alır.

public byte[] GetImageData(Cell cell)

Parametreler

cell Cell

Hücrenin ayarı.

Dönüş Değeri

byte[]

Simgenin görüntü verisini döner.

 Türkçe