Class RVExcelRange
Class defining the range that should be used when loading data from an Excel sheet.
Inheritance
System.Object
RVExcelRange
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVExcelRange
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 |