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
object ← ConditionalFormattingIcon
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
Type
Pobiera i ustawia typ zestawu ikon.
public IconSetType Type { get; set; }
Wartość właściwości
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.