Freigeben über


CellType.DataType-Eigenschaft

Cell Data Type.Represents the attribte in schema: t

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

Syntax

'Declaration
<SchemaAttrAttribute(, "t")> _
Public Property DataType As EnumValue(Of CellValues)
    Get
    Set
'Usage
Dim instance As CellType
Dim value As EnumValue(Of CellValues)

value = instance.DataType

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

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<CellValues>

Siehe auch

Referenz

CellType Klasse

CellType-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace