Compartir a través de


GroupLevel.User Propiedad

Definición

nivel de grupo User-Defined

Representa el atributo siguiente en el esquema: user

[DocumentFormat.OpenXml.SchemaAttr(0, "user")]
public DocumentFormat.OpenXml.BooleanValue User { get; set; }
public DocumentFormat.OpenXml.BooleanValue User { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "user")]
public DocumentFormat.OpenXml.BooleanValue? User { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("user")]
public DocumentFormat.OpenXml.BooleanValue? User { get; set; }
public DocumentFormat.OpenXml.BooleanValue? User { get; set; }
member this.User : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "user")>]
member this.User : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("user")>]
member this.User : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property User As BooleanValue

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica un valor booleano que indica si se trata de un nivel de grupo definido por el usuario.

Un valor de on, 1o true indica que se trata de un grupo definido por el usuario.

Un valor de off, 0o false indica que este grupo no está definido por el usuario.

El tipo de datos esquema boolean XML define los valores posibles para este atributo.

Se aplica a