Compartir a través de


CellSmartTag.XmlBased Property

XML Based.Represents the attribte in schema: xmlBased

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

Syntax

'Declaración
<SchemaAttrAttribute(, "xmlBased")> _
Public Property XmlBased As BooleanValue
    Get
    Set
'Uso
Dim instance As CellSmartTag
Dim value As BooleanValue

value = instance.XmlBased

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Remarks

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

Boolean flag indicating that smart tag recognition is triggered because the cell is associated with an XML map (schema-based semantic recognition), as contrasted with the more usual cell-content-based recognition type of smart tags.

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

See Also

Reference

CellSmartTag Class

CellSmartTag Members

DocumentFormat.OpenXml.Spreadsheet Namespace