FieldItem.Val Property

Definition

Shared Items Index

Represents the following attribute in the schema: v

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

Property Value

Returns UInt32Value.

Attributes

Applies to