Class DataSorterKey
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Rappresenta la chiave del ordinatore di dati.
public class DataSorterKey
Ereditarietà
Membri Ereditati
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Proprietà
Colore
Ottiene il colore ordinato.
public Color Color { get; }
Valore della Proprietà
Osservazioni
Ha effetto solo quando Aspose.Cells.DataSorterKey.Type è Aspose.Cells.SortOnType.CellColor o Aspose.Cells.SortOnType.FontColor.
IconId
Rappresenta l’id del tipo di set di icone.
public int IconId { get; }
Valore della Proprietà
Osservazioni
Ha effetto solo quando Aspose.Cells.DataSorterKey.Type è Aspose.Cells.SortOnType.Icon.
IconSetType
Rappresenta il tipo di set di icone.
public IconSetType IconSetType { get; }
Valore della Proprietà
Osservazioni
Ha effetto solo quando Aspose.Cells.DataSorterKey.Type è Aspose.Cells.SortOnType.Icon.
Indice
Ottiene l’indice della colonna ordinata (posizione assoluta, la colonna A è 0, B è 1, …).
public int Index { get; }
Valore della Proprietà
Ordine
Indica l’ordine di ordinamento.
public SortOrder Order { get; }
Valore della Proprietà
Tipo
Rappresenta il tipo di ordinamento.
public SortOnType Type { get; }