Item.ItemType Property

Item Type.Represents the attribte in schema: t

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

Syntax

'Declaration
<SchemaAttrAttribute(, "t")> _
Public Property ItemType As EnumValue(Of ItemValues)
    Get
    Set
'Usage
Dim instance As Item
Dim value As EnumValue(Of ItemValues)

value = instance.ItemType

instance.ItemType = value
[SchemaAttrAttribute(, "t")]
public EnumValue<ItemValues> ItemType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ItemValues>
Returns EnumValue<T>.

See Also

Reference

Item Class

Item Members

DocumentFormat.OpenXml.Spreadsheet Namespace