Class DataSorterKey

Class DataSorterKey

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

يمثل مفتاح فرز البيانات.

public class DataSorterKey

الوراثة

objectDataSorterKey

الأعضاء الموروثة

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

الخصائص

اللون

يحصل على اللون المرتب.

public Color Color { get; }

قيمة الخاصية

Color

ملاحظات

تؤثر فقط عندما يكون Aspose.Cells.DataSorterKey.Type هو Aspose.Cells.SortOnType.CellColor أو Aspose.Cells.SortOnType.FontColor.

IconId

يمثل معرف نوع مجموعة الأيقونات.

public int IconId { get; }

قيمة الخاصية

int

ملاحظات

تؤثر فقط عندما يكون Aspose.Cells.DataSorterKey.Type هو Aspose.Cells.SortOnType.Icon.

IconSetType

يمثل نوع مجموعة الأيقونات.

public IconSetType IconSetType { get; }

قيمة الخاصية

IconSetType

ملاحظات

تؤثر فقط عندما يكون Aspose.Cells.DataSorterKey.Type هو Aspose.Cells.SortOnType.Icon.

الفهرس

يحصل على فهرس العمود المرتب (الموقع المطلق، العمود A هو 0، B هو 1، …).

public int Index { get; }

قيمة الخاصية

int

الترتيب

يشير إلى ترتيب الفرز.

public SortOrder Order { get; }

قيمة الخاصية

SortOrder

النوع

يمثل نوع الفرز.

public SortOnType Type { get; }

قيمة الخاصية

SortOnType

 عربي