Class ChoosenInfo
public class ChoosenInfo : ExcelDataProvider.IRangeInfo, IEnumerator<ExcelDataProvider.ICellInfo>, IDisposable, IEnumerator, IEnumerable<ExcelDataProvider.ICellInfo>, IEnumerable
- Inheritance
-
ChoosenInfo
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public ChoosenInfo(string[] chosenIndeces)
Parameters
chosenIndeces
string[]
Properties
public ExcelAddressBase Address { get; }
Property Value
- ExcelAddressBase
public ExcelDataProvider.ICellInfo Current { get; }
Property Value
- ExcelDataProvider.ICellInfo
public bool IsEmpty { get; }
Property Value
- bool
public bool IsMulti { get; }
Property Value
- bool
public ExcelWorksheet Worksheet { get; }
Property Value
- ExcelWorksheet
Methods
public IEnumerator<ExcelDataProvider.ICellInfo> GetEnumerator()
Returns
- IEnumerator<ExcelDataProvider.ICellInfo>
Returns
- int
public object GetOffset(int rowOffset, int colOffset)
Parameters
rowOffset
int
colOffset
int
Returns
- object
public object GetValue(int row, int col)
Parameters
row
int
col
int
Returns
- object
Returns
- bool