IVbaReferenceCollection
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface IVbaReferenceCollection extends IGenericCollection<IVbaReference>
Represents a collection of a VBA Project references.
Methods
| Method | Description |
|---|---|
| get_Item(int index) | Gets the element at the specified index. |
| add(IVbaReference value) | Adds the new reference to references collection |
get_Item(int index)
public abstract IVbaReference get_Item(int index)
Gets the element at the specified index.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int |
Returns: IVbaReference
add(IVbaReference value)
public abstract void add(IVbaReference value)
Adds the new reference to references collection
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | IVbaReference | VBA project reference IVbaReference |