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; }
قيمة الخاصية
ملاحظات
تؤثر فقط عندما يكون Aspose.Cells.DataSorterKey.Type هو Aspose.Cells.SortOnType.CellColor أو Aspose.Cells.SortOnType.FontColor.
IconId
يمثل معرف نوع مجموعة الأيقونات.
public int IconId { get; }
قيمة الخاصية
ملاحظات
تؤثر فقط عندما يكون Aspose.Cells.DataSorterKey.Type هو Aspose.Cells.SortOnType.Icon.
IconSetType
يمثل نوع مجموعة الأيقونات.
public IconSetType IconSetType { get; }
قيمة الخاصية
ملاحظات
تؤثر فقط عندما يكون Aspose.Cells.DataSorterKey.Type هو Aspose.Cells.SortOnType.Icon.
الفهرس
يحصل على فهرس العمود المرتب (الموقع المطلق، العمود A هو 0، B هو 1، …).
public int Index { get; }
قيمة الخاصية
الترتيب
يشير إلى ترتيب الفرز.
public SortOrder Order { get; }
قيمة الخاصية
النوع
يمثل نوع الفرز.
public SortOnType Type { get; }