Range Interface
Represents a cell, a row, a column, a selection of cells containing one or more contiguous blocks of cells, or a 3-D range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("00020846-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface Range _
Inherits IEnumerable
'Usage
Dim instance As Range
[GuidAttribute("00020846-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface Range : IEnumerable