Compartir a través de


BooleanItem.Val Property

Value.Represents the attribte in schema: v

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

Syntax

'Declaración
<SchemaAttrAttribute(, "v")> _
Public Property Val As BooleanValue
    Get
    Set
'Uso
Dim instance As BooleanItem
Dim value As BooleanValue

value = instance.Val

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

BooleanItem Class

BooleanItem Members

DocumentFormat.OpenXml.Spreadsheet Namespace