Share via


CellType.ValueMetaIndex Property

Value Metadata Index.Represents the attribte in schema: vm

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

Syntax

'宣言
<SchemaAttrAttribute(, "vm")> _
Public Property ValueMetaIndex As UInt32Value
    Get
    Set
'使用
Dim instance As CellType
Dim value As UInt32Value

value = instance.ValueMetaIndex

instance.ValueMetaIndex = value
[SchemaAttrAttribute(, "vm")]
public UInt32Value ValueMetaIndex { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value

See Also

Reference

CellType Class

CellType Members

DocumentFormat.OpenXml.Spreadsheet Namespace