Compartir a través de


CharType.Val Propiedad

Definición

valor

Representa el atributo siguiente en el esquema: m:val

[DocumentFormat.OpenXml.SchemaAttr(21, "val")]
public DocumentFormat.OpenXml.StringValue Val { get; set; }
public DocumentFormat.OpenXml.StringValue Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(21, "val")]
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("m:val")]
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(21, "val")>]
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("m:val")>]
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
Public Property Val As StringValue

Valor de propiedad

Devuelve StringValue.

Atributos

Comentarios

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

Especifica el carácter usado por el elemento primario. Cuando se omite, el elemento primario usa su valor predeterminado asignado. Ejemplo: objeto delimitador {a}:

<m:dPr>  
  <m:begChr m:val="{"/>  
  <m:endChr m:val="}"/>  
</m:dPr>  

El tipo simple define los ST_Char valores posibles para este atributo.

Se aplica a