次の方法で共有


BackstageTab.Title Property

title.Represents the attribte in schema: title

Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "title")> _
Public Property Title As StringValue
    Get
    Set
'使用
Dim instance As BackstageTab
Dim value As StringValue

value = instance.Title

instance.Title = value
[SchemaAttrAttribute(, "title")]
public StringValue Title { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

BackstageTab Class

BackstageTab Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace