Class VbaModuleCollection

Class VbaModuleCollection

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.7.0)

Represents a collection of Aspose.Tasks.VbaModule objects.

public class VbaModuleCollection : ICollection<vbamodule>, IEnumerable<vbamodule>, IEnumerable

Inheritance

object VbaModuleCollection

Implements

ICollection<vbamodule> , IEnumerable<vbamodule> , IEnumerable

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Count

public int Count { get; }

Property Value

int

IsReadOnly

public bool IsReadOnly { get; }

Property Value

bool

this[int]

Gets the module at the specified index.

public VbaModule this[int index] { get; }

Property Value

VbaModule

this[string]

Gets the module with the specified name.

public VbaModule this[string moduleName] { get; }

Property Value

VbaModule

Methods

Add(VbaModule)

public void Add(VbaModule item)

Parameters

item VbaModule

Clear()

public void Clear()

Contains(VbaModule)

public bool Contains(VbaModule item)

Parameters

item VbaModule

Returns

bool

CopyTo(VbaModule[], int)

public void CopyTo(VbaModule[] array, int arrayIndex)

Parameters

array VbaModule []

arrayIndex int

GetEnumerator()

public IEnumerator<vbamodule> GetEnumerator()

Returns

IEnumerator < VbaModule &gt;

Remove(VbaModule)

public bool Remove(VbaModule item)

Parameters

item VbaModule

Returns

bool

ToList()

Converts the collection object to a list of Aspose.Tasks.VbaModule objects.

public List<vbamodule> ToList()

Returns

List < VbaModule &gt;

List of objects. </vbamodule></vbamodule>

 English