CellType.CellMetaIndex Property
Cell Metadata Index.Represents the attribte in schema: cm
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "cm")> _
Public Property CellMetaIndex As UInt32Value
Get
Set
'Usage
Dim instance As CellType
Dim value As UInt32Value
value = instance.CellMetaIndex
instance.CellMetaIndex = value
[SchemaAttrAttribute(, "cm")]
public UInt32Value CellMetaIndex { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value