ListItem.Value Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Valor de Entrada de Lista
Representa o seguinte atributo no esquema: w:value
[DocumentFormat.OpenXml.SchemaAttr(23, "value")]
public DocumentFormat.OpenXml.StringValue Value { get; set; }
public DocumentFormat.OpenXml.StringValue Value { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "value")]
public DocumentFormat.OpenXml.StringValue? Value { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:value")]
public DocumentFormat.OpenXml.StringValue? Value { get; set; }
public DocumentFormat.OpenXml.StringValue? Value { get; set; }
member this.Value : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "value")>]
member this.Value : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:value")>]
member this.Value : DocumentFormat.OpenXml.StringValue with get, set
Public Property Value As StringValue
Valor da propriedade
Retorna StringValue.
- Atributos