Connection Description. Represents the attribute in schema: description
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in documentformat.openxml.dll)
Visual Basic (Declaration)
<SchemaAttrAttribute(0, "description")> _
Public Property Description As StringValue
Dim instance As Connection
Dim value As StringValue
value = instance.Description
instance.Description = value
[SchemaAttrAttribute(0, "description")]
public StringValue Description { get; set; }
Property Value
Returns StringValue.
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the user description for this connection.
The possible values for this attribute are defined by the ST_Xstring simple type.