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