IVbaReferenceCollection

All Implemented Interfaces: com.aspose.slides.IGenericCollection

public interface IVbaReferenceCollection extends IGenericCollection<IVbaReference>

Represents a collection of a VBA Project references.

Methods

MethodDescription
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:

ParameterTypeDescription
indexint

Returns: IVbaReference

add(IVbaReference value)

public abstract void add(IVbaReference value)

Adds the new reference to references collection

Parameters:

ParameterTypeDescription
valueIVbaReferenceVBA project reference IVbaReference