Class RVExcelRange
Class defining the range that should be used when loading data from an Excel sheet.
Inheritance
System.Object
RVExcelRange
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVExcelRange : Object
Constructors
RVExcelRange(Int32, Int32, Int32, Int32)
Declaration
public RVExcelRange(int locX, int locY, int lenX, int lenY)
Parameters
Type |
Name |
Description |
System.Int32 |
locX |
|
System.Int32 |
locY |
|
System.Int32 |
lenX |
|
System.Int32 |
lenY |
|
Properties
LengthX
Declaration
public int LengthX { get; }
Property Value
Type |
Description |
System.Int32 |
|
LengthY
Declaration
public int LengthY { get; }
Property Value
Type |
Description |
System.Int32 |
|
LocationX
Declaration
public int LocationX { get; }
Property Value
Type |
Description |
System.Int32 |
|
LocationY
Declaration
public int LocationY { get; }
Property Value
Type |
Description |
System.Int32 |
|