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()
プロパティ
Color
ソートされた色を取得します。
public Color Color { get; }
プロパティ値
注釈
Aspose.Cells.DataSorterKey.TypeがAspose.Cells.SortOnType.CellColorまたはAspose.Cells.SortOnType.FontColorのときのみ有効です。
IconId
アイコンセットタイプのIDを表します。
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のときのみ有効です。
Index
ソートされた列のインデックス(絶対位置、列Aは0、Bは1、…)を取得します。
public int Index { get; }
プロパティ値
Order
ソートの順序を示します。
public SortOrder Order { get; }
プロパティ値
Type
ソートのタイプを表します。
public SortOnType Type { get; }