CellType.ValueMetaIndex Property
Value Metadata Index.Represents the attribte in schema: vm
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "vm")> _
Public Property ValueMetaIndex As UInt32Value
Get
Set
'Usage
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