CustomDocumentProperty.FormatId Property
Format ID.Represents the attribte in schema: fmtid
Namespace: DocumentFormat.OpenXml.CustomProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "fmtid")> _
Public Property FormatId As StringValue
Get
Set
'使用
Dim instance As CustomDocumentProperty
Dim value As StringValue
value = instance.FormatId
instance.FormatId = value
[SchemaAttrAttribute(, "fmtid")]
public StringValue FormatId { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue