TwipsMeasureType.Val Property
Value.Represents the attribte in schema: m:val
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As UInt32Value
Get
Set
'Usage
Dim instance As TwipsMeasureType
Dim value As UInt32Value
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public UInt32Value Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the value, in twips, of the parent element.
The possible values for this attribute are defined by the ST_TwipsMeasure simple type.