OleObject.ProgId Property

OLE 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 OleObject
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.

See Also

Reference

OleObject Class

OleObject Members

DocumentFormat.OpenXml.Spreadsheet Namespace