Compartir a través de


CommonViewProperties.VariableScale Propiedad

Definición

Escala de variables

Representa el atributo siguiente en el esquema: varScale

[DocumentFormat.OpenXml.SchemaAttr(0, "varScale")]
public DocumentFormat.OpenXml.BooleanValue VariableScale { get; set; }
public DocumentFormat.OpenXml.BooleanValue VariableScale { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "varScale")]
public DocumentFormat.OpenXml.BooleanValue? VariableScale { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("varScale")]
public DocumentFormat.OpenXml.BooleanValue? VariableScale { get; set; }
public DocumentFormat.OpenXml.BooleanValue? VariableScale { get; set; }
member this.VariableScale : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "varScale")>]
member this.VariableScale : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("varScale")>]
member this.VariableScale : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property VariableScale 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 que el contenido de la vista se debe escalar automáticamente para ajustarse mejor al tamaño actual de la ventana.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean XML.

Se aplica a