Compartilhar via


OleLink.ProgId Property

OLE Link ProgID.Represents the attribte in schema: progId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "progId")> _
Public Property ProgId As StringValue
    Get
    Set
'Usage
Dim instance As OleLink
Dim value As StringValue

value = instance.ProgId

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

The progID for the OLE connection.

The possible values for this attribute are defined by the ST_Xstring simple type.

See Also

Reference

OleLink Class

OleLink Members

DocumentFormat.OpenXml.Spreadsheet Namespace