public class VbaModuleCollection extends ReadOnlyCollectionBase<VbaModule>
Represents a collection of VbaModule
objects.
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Deprecated.
Use size() instead.
|
get, size, toList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
@Deprecated public int getCount()
Returns the number of objects contained in this VbaModule
object.
Read only int
.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.