CellSmartTag.Type Property

Smart Tag Type Index.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As UInt32Value
    Get
    Set
'Usage
Dim instance As CellSmartTag
Dim value As UInt32Value

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public UInt32Value Type { 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.

Book-level zero-based index of the smart tag type. This index references a smartTagType element in the smartTagTypes collection in the workbook start part.

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

See Also

Reference

CellSmartTag Class

CellSmartTag Members

DocumentFormat.OpenXml.Spreadsheet Namespace