Share via


TaskFormGroup.HelperText Property

helperText.Represents the attribte in schema: helperText

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

Syntax

'Declaration
<SchemaAttrAttribute(, "helperText")> _
Public Property HelperText As StringValue
    Get
    Set
'Usage
Dim instance As TaskFormGroup
Dim value As StringValue

value = instance.HelperText

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

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

TaskFormGroup Class

TaskFormGroup Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace