Click or drag to resize

ExcelRangesCollection Class

Represents a collection of ranges in a worksheet.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelRangesCollection

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelRangesCollection

The ExcelRangesCollection type exposes the following members.

Constructors
  NameDescription
Public methodExcelRangesCollection
Constructs and empty collection of ranges.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of ranges in collection.
Public propertyItem
Gets the range at the specified index.
Top
Methods
  NameDescription
Public methodAddRange
Adds a range to the collection.
Public methodGetEnumerator
Gets the collection enumerator
Public methodRemoveRange
Removes the range at the specified zero based index from collection.
Top
See Also