InternationalPropertyType.Val Property

Value.Represents the attribte in schema: val

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As Int32Value
    Get
    Set
'Usage
Dim instance As InternationalPropertyType
Dim value As Int32Value

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public Int32Value Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

The value of an integer, where each value corresponds to a different character set. Valid values are 0 to 255.

The possible values for this attribute are defined by the XML Schema int data type.

See Also

Reference

InternationalPropertyType Class

InternationalPropertyType Members

DocumentFormat.OpenXml.Spreadsheet Namespace