Class ExcelProtectedRangeCollection
Inheritance
System.Object
ExcelProtectedRangeCollection
Implements
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
public class ExcelProtectedRangeCollection : XmlHelper, IEnumerable<ExcelProtectedRange>, IEnumerable
Properties
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Item[Int32]
Declaration
public ExcelProtectedRange this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Add(String, ExcelAddress)
Declaration
public ExcelProtectedRange Add(string name, ExcelAddress address)
Parameters
Type |
Name |
Description |
System.String |
name |
|
ExcelAddress |
address |
|
Returns
Clear()
Declaration
Contains(ExcelProtectedRange)
Declaration
public bool Contains(ExcelProtectedRange item)
Parameters
Returns
Type |
Description |
System.Boolean |
|
CopyTo(ExcelProtectedRange[], Int32)
Declaration
public void CopyTo(ExcelProtectedRange[] array, int arrayIndex)
Parameters
IndexOf(ExcelProtectedRange)
Declaration
public int IndexOf(ExcelProtectedRange item)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Remove(ExcelProtectedRange)
Declaration
public bool Remove(ExcelProtectedRange item)
Parameters
Returns
Type |
Description |
System.Boolean |
|
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Explicit Interface Implementations
IEnumerable<ExcelProtectedRange>.GetEnumerator()
Declaration
IEnumerator<ExcelProtectedRange> IEnumerable<ExcelProtectedRange>.GetEnumerator()
Returns
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable