Show / Hide Table of Contents

Interface ExcelDataProvider.IRangeInfo

A range of cells in a worksheet.

Inherited Members
System.Collections.Generic.IEnumerator<OfficeOpenXml.FormulaParsing.ExcelDataProvider.ICellInfo>.Current
System.Collections.IEnumerator.MoveNext()
System.Collections.IEnumerator.Reset()
System.IDisposable.Dispose()
System.Collections.Generic.IEnumerable<OfficeOpenXml.FormulaParsing.ExcelDataProvider.ICellInfo>.GetEnumerator()
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public interface IRangeInfo : IEnumerator<ExcelDataProvider.ICellInfo>, IEnumerator, IDisposable, IEnumerable<ExcelDataProvider.ICellInfo>, IEnumerable

Properties

Address

Declaration
ExcelAddressBase Address { get; }
Property Value
Type Description
ExcelAddressBase

IsEmpty

Declaration
bool IsEmpty { get; }
Property Value
Type Description
System.Boolean

IsMulti

Declaration
bool IsMulti { get; }
Property Value
Type Description
System.Boolean

Worksheet

Declaration
ExcelWorksheet Worksheet { get; }
Property Value
Type Description
ExcelWorksheet

Methods

GetNCells()

Declaration
int GetNCells()
Returns
Type Description
System.Int32

GetOffset(Int32, Int32)

Declaration
object GetOffset(int rowOffset, int colOffset)
Parameters
Type Name Description
System.Int32 rowOffset
System.Int32 colOffset
Returns
Type Description
System.Object

GetValue(Int32, Int32)

Declaration
object GetValue(int row, int col)
Parameters
Type Name Description
System.Int32 row
System.Int32 col
Returns
Type Description
System.Object
Back to top Generated by DocFX