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