NativeExcel for .Net Developer's Reference

IRange Interface

Represents a cell, a selection of cells containing one contiguous block of cell range.

For a list of all members of this type, see IRange Members.

NativeExcel.IRange
   NativeExcel.IRangeColumn
   NativeExcel.IRangeColumns
   NativeExcel.IRangeRow
   NativeExcel.IRangeRows

[Visual Basic]
Public Interface IRange
    Implements IEnumerable
[C#]
public interface IRange : IEnumerable
[C++]
public __gc __interface IRange : public IEnumerable
[JScript]
public interface IRange extends IEnumerable

Requirements

Namespace: NativeExcel

Assembly: NativeExcel (in NativeExcel.dll)

See Also

IRange Members | NativeExcel Namespace | Range Property | Cells Property | How to reference Cells and Ranges