VbaReferenceOleTypeLib
VbaReferenceOleTypeLib class
Represents OLE Automation type library reference.
VbaReferenceOleTypeLib
| Name | Description |
|---|---|
| VbaReferenceOleTypeLib(String, String) | This function creates new OLE Automation type library reference. |
Returns: VbaReferenceOleTypeLib
getLibid
| Name | Description |
|---|---|
| getLibid () | Represents the identifier of an Automation type library. Read/write String. |
Returns: String
getName
| Name | Description |
|---|---|
| getName () | Represents the name of the VBA project reference. Read/write String. |
Returns: String
setLibid
| Name | Description |
|---|---|
| setLibid (String) | Represents the identifier of an Automation type library. Read/write String. |
Returns: void
setName
| Name | Description |
|---|---|
| setName (String) | Represents the name of the VBA project reference. Read/write String. |
Returns: void