MenuSeparator.GetTitle Property
getTitle.Represents the attribte in schema: getTitle
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "getTitle")> _
Public Property GetTitle As StringValue
Get
Set
'Usage
Dim instance As MenuSeparator
Dim value As StringValue
value = instance.GetTitle
instance.GetTitle = value
[SchemaAttrAttribute(, "getTitle")]
public StringValue GetTitle { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue