DefinedName.Help Property

Help.Represents the attribte in schema: help

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "help")> _
Public Property Help As StringValue
    Get
    Set
'Usage
Dim instance As DefinedName
Dim value As StringValue

value = instance.Help

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

DefinedName Class

DefinedName Members

DocumentFormat.OpenXml.Spreadsheet Namespace