Connection.Description Property
Connection Description. Represents the attribute in schema: description

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in documentformat.openxml.dll)
Syntax

Visual Basic (Declaration)
<SchemaAttrAttribute(0, "description")> _
Public Property Description As StringValue
Visual Basic (Usage)
Dim instance As Connection
Dim value As StringValue

value = instance.Description

instance.Description = value
C#
[SchemaAttrAttribute(0, "description")] 
public StringValue Description { get; set; }

Property Value

Returns StringValue.
Exceptions

Exception typeCondition
Remarks

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.

See Also

Tags :


Page view tracker