Class ConditionalFormattingIcon

Class ConditionalFormattingIcon

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

Reprezentuje niestandardową ikonę reguły formatowania warunkowego.

public class ConditionalFormattingIcon

Dziedziczenie

objectConditionalFormattingIcon

Członkowie dziedziczeni

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

Właściwości

ImageData

Pobiera dane zestawu ikon.

public byte[] ImageData { get; }

Wartość właściwości

byte[]

Index

Pobiera i ustawia indeks ikony w zestawie ikon.

public int Index { get; set; }

Wartość właściwości

int

Type

Pobiera i ustawia typ zestawu ikon.

public IconSetType Type { get; set; }

Wartość właściwości

IconSetType

Metody

GetIconImageData(IconSetType, int)

Pobiera dane zestawu ikon.

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

Parametry

type IconSetType

typ ikony

index int

indeks ikony

Zwraca

byte[]

GetImageData(Cell)

Pobiera dane obrazu z ustawieniem komórki.

public byte[] GetImageData(Cell cell)

Parametry

cell Cell

Ustawienie komórki.

Zwraca

byte[]

Zwraca dane obrazu ikony.

 Polski