DocOleObject
ProgId Property
|
Gets the programmatic identifier of the OLE object of an undefined type.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string ProgId { get; }
Public ReadOnly Property ProgId As String
Get
public:
property String^ ProgId {
String^ get ();
}
member ProgId : string with get
Property Value
Type:
String
See Also