GroupShapeLocks.NoGrouping 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.
Interdire le regroupement de formes
Représente l’attribut suivant dans le schéma : noGrp
[DocumentFormat.OpenXml.SchemaAttr(0, "noGrp")]
public DocumentFormat.OpenXml.BooleanValue NoGrouping { get; set; }
public DocumentFormat.OpenXml.BooleanValue NoGrouping { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "noGrp")]
public DocumentFormat.OpenXml.BooleanValue? NoGrouping { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("noGrp")]
public DocumentFormat.OpenXml.BooleanValue? NoGrouping { get; set; }
public DocumentFormat.OpenXml.BooleanValue? NoGrouping { get; set; }
member this.NoGrouping : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "noGrp")>]
member this.NoGrouping : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("noGrp")>]
member this.NoGrouping : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property NoGrouping As BooleanValue
Valeur de propriété
Retourne BooleanValue.
- Attributs
Remarques
Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.
Spécifie que la forme de groupe correspondante ne peut pas être groupée. C’est-à-dire qu’il ne peut pas être combiné dans d’autres formes pour former un groupe de formes. Si cet attribut n’est pas spécifié, une valeur de false
est supposée.
Les valeurs possibles pour cet attribut sont définies par le type de données schéma boolean
XML.