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; }

ค่า Property

byte[]

Index

รับและตั้งค่าอินเดกซ์ของไอคอนในชุดไอคอน

public int Index { get; set; }

ค่า Property

int

Type

รับและตั้งค่าประเภทชุดไอคอน

public IconSetType Type { get; set; }

ค่า Property

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[]

คืนค่าข้อมูลภาพของไอคอน

 แบบไทย