Compartir a través de


CellFormat.ApplyProtection Propiedad

Definición

Aplicar protección

Representa el atributo siguiente en el esquema: applyProtection

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

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

Valor booleano que indica si se debe aplicar el formato de protección especificado para esto xf .

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

Se aplica a