ExcelRangesCollection Class

Represents a collection of ranges in a worksheet.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelRangesCollection
Inheritance
Object    ExcelRangesCollection

Constructors

ExcelRangesCollection Constructs and empty collection of ranges.

Properties

Count Gets the number of ranges in collection.
Item Gets the range at the specified index.

Methods

AddRange Adds a range to the collection.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Gets the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
RemoveRange Removes the range at the specified zero based index from collection.
ToString
(Inherited from Object)

See Also