次の方法で共有


CellType.CellMetaIndex Property

Cell Metadata Index.Represents the attribte in schema: cm

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

Syntax

'宣言
<SchemaAttrAttribute(, "cm")> _
Public Property CellMetaIndex As UInt32Value
    Get
    Set
'使用
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

See Also

Reference

CellType Class

CellType Members

DocumentFormat.OpenXml.Spreadsheet Namespace