Show / Hide Table of Contents

Class ExcelProtectedRangeCollection

Inheritance
System.Object
XmlHelper
ExcelProtectedRangeCollection
Implements
System.Collections.Generic.IEnumerable<ExcelProtectedRange>
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()
Namespace: Experior.Core.Data.OfficeOpenXml
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
Type Description
ExcelProtectedRange

Methods

Add(String, ExcelAddress)

Declaration
public ExcelProtectedRange Add(string name, ExcelAddress address)
Parameters
Type Name Description
System.String name
ExcelAddress address
Returns
Type Description
ExcelProtectedRange

Clear()

Declaration
public void Clear()

Contains(ExcelProtectedRange)

Declaration
public bool Contains(ExcelProtectedRange item)
Parameters
Type Name Description
ExcelProtectedRange item
Returns
Type Description
System.Boolean

CopyTo(ExcelProtectedRange[], Int32)

Declaration
public void CopyTo(ExcelProtectedRange[] array, int arrayIndex)
Parameters
Type Name Description
ExcelProtectedRange[] array
System.Int32 arrayIndex

IndexOf(ExcelProtectedRange)

Declaration
public int IndexOf(ExcelProtectedRange item)
Parameters
Type Name Description
ExcelProtectedRange item
Returns
Type Description
System.Int32

Remove(ExcelProtectedRange)

Declaration
public bool Remove(ExcelProtectedRange item)
Parameters
Type Name Description
ExcelProtectedRange item
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
Type Description
System.Collections.Generic.IEnumerator<ExcelProtectedRange>

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Back to top Generated by DocFX