Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
2007 Office Suites
Connection Class
 Description Property

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Connection.Description Property
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
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.
Exception typeCondition

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker