FontSize.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 DoubleValue
    Get
    Set
'Usage
Dim instance As FontSize
Dim value As DoubleValue

value = instance.Val

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

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

FontSize Class

FontSize Members

DocumentFormat.OpenXml.Spreadsheet Namespace