DefinedName.Help Property

Definition

Help

Represents the following attribute in the schema: help

[DocumentFormat.OpenXml.SchemaAttr(0, "help")]
public DocumentFormat.OpenXml.StringValue Help { get; set; }
public DocumentFormat.OpenXml.StringValue Help { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "help")]
public DocumentFormat.OpenXml.StringValue? Help { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("help")]
public DocumentFormat.OpenXml.StringValue? Help { get; set; }
public DocumentFormat.OpenXml.StringValue? Help { get; set; }
member this.Help : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "help")>]
member this.Help : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("help")>]
member this.Help : DocumentFormat.OpenXml.StringValue with get, set
Public Property Help As StringValue

Property Value

Returns StringValue.

Attributes

Applies to