Measure.NumberFormatList

Measure.NumberFormatList class

Rappresenta l’elenco dei formati numerici.

public class NumberFormatList

Costruttori

NomeDescrizione
NumberFormatList(Measure)Costruttore per NumberFormatList.

Proprietà

NomeDescrizione
Count { get; }Conta se gli elementi nell’elenco.
Item { get; set; }Ottiene o imposta il formato del numero nell’elenco in base al relativo indice.

Metodi

NomeDescrizione
Add(NumberFormat)Aggiunge il formato numero all’elenco.
Insert(int, NumberFormat)Inserisce il formato numero nell’elenco.
RemoveAt(int)Rimuove il formato numero dall’elenco.

Guarda anche