PermilleFormatter.IsGrouped Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit si la partie entière du permillage doit être groupée.
public:
property bool IsGrouped { bool get(); void set(bool value); };
bool IsGrouped();
void IsGrouped(bool value);
public bool IsGrouped { get; set; }
var boolean = permilleFormatter.isGrouped;
permilleFormatter.isGrouped = boolean;
Public Property IsGrouped As Boolean
Valeur de propriété
Boolean
bool
True si la partie entière du permillage doit être regroupée, et false dans le cas contraire.