IVbaReference
public interface IVbaReference
Represents the name of the VBA project reference.
Methods
| Method | Description |
|---|---|
| getName() | Represents the name of the VBA project reference. |
| setName(String value) | Represents the name of the VBA project reference. |
getName()
public abstract String getName()
Represents the name of the VBA project reference. Read/write String.
Returns: java.lang.String
setName(String value)
public abstract void setName(String value)
Represents the name of the VBA project reference. Read/write String.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |