Class DataSorterKey
Class DataSorterKey
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
แทนคีย์ของตัวจัดเรียงข้อมูล
public class DataSorterKey
การสืบทอด
สมาชิกที่สืบทอด
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
คุณสมบัติ
สี
ดึงสีที่จัดเรียงแล้ว
public Color Color { get; }
ค่า Property
หมายเหตุ
มีผลเมื่อ Aspose.Cells.DataSorterKey.Type เป็น Aspose.Cells.SortOnType.CellColor หรือ Aspose.Cells.SortOnType.FontColor
IconId
แทน id ของประเภทชุดไอคอน
public int IconId { get; }
ค่า Property
หมายเหตุ
มีผลเมื่อ Aspose.Cells.DataSorterKey.Type เป็น Aspose.Cells.SortOnType.Icon
IconSetType
แทนประเภทชุดไอคอน
public IconSetType IconSetType { get; }
ค่า Property
หมายเหตุ
มีผลเมื่อ Aspose.Cells.DataSorterKey.Type เป็น Aspose.Cells.SortOnType.Icon
ดัชนี
ดึงดัชนีของคอลัมน์ที่จัดเรียง (ตำแหน่งสัมบูรณ์, คอลัมน์ A คือ 0, B คือ 1, …)
public int Index { get; }
ค่า Property
ลำดับ
ระบุลำดับของการจัดเรียง
public SortOrder Order { get; }
ค่า Property
ประเภท
แทนประเภทของการจัดเรียง
public SortOnType Type { get; }