com.aspose.words
Class VbaReferenceCollection

java.lang.Object
    extended by com.aspose.words.VbaReferenceCollection
All Implemented Interfaces:
java.lang.Iterable

public class VbaReferenceCollection 
extends java.lang.Object

Represents a collection of VbaReference objects.

Property Getters/Setters Summary
intgetCount()
           Returns the number of VBA references in the collection.
VbaReferenceget(int index)
           Gets VbaReference object at the specified index.
 
Method Summary
voidremove(VbaReference item)
           Removes the first occurrence of a specified VbaReference item from the collection.
voidremoveAt(int index)
           Removes the VbaReference element at the specified index of the the collection.
 

Property Getters/Setters Detail

getCount

public int getCount()
Returns the number of VBA references in the collection.

get

public VbaReference get(int index)
Gets VbaReference object at the specified index.
Parameters:
index - The zero-based index of the reference to get.

Method Detail

remove

public void remove(VbaReference item)
Removes the first occurrence of a specified VbaReference item from the collection.

removeAt

public void removeAt(int index)
Removes the VbaReference element at the specified index of the the collection.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.