Class ExcelVBACollectionBase<T>
- Namespace
- OfficeOpenXml.VBA
- Assembly
- Magicodes.EPPlus.dll
public class ExcelVBACollectionBase<T> : IEnumerable<T>, IEnumerable
Type Parameters
T
- Inheritance
-
ExcelVBACollectionBase<T>
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
ExcelVBACollectionBase()
public ExcelVBACollectionBase()
Fields
_list
Field Value
- List<T>
Properties
Count
public int Count { get; }
Property Value
- int
this[int]
public T this[int Index] { get; }
Parameters
Index
int
Property Value
- T
this[string]
public T this[string Name] { get; }
Parameters
Name
string
Property Value
- T
Methods
Exists(string)
public bool Exists(string Name)
Parameters
Name
string
Returns
- bool
GetEnumerator()
public IEnumerator<T> GetEnumerator()
Returns
- IEnumerator<T>
Remove(T)
public void Remove(T Item)
Parameters
Item
T
RemoveAt(int)
public void RemoveAt(int index)
Parameters
index
int