Struct RangeDefinition
Represents the size of a range
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: OfficeOpenXml.FormulaParsing.Ranges
Assembly: EPPlus.dll
Syntax
public struct RangeDefinition
Constructors
RangeDefinition(Int16, Int32, Int16, Int32)
Constructor
Declaration
public RangeDefinition(short fromCol, int fromRow, short toCol, int toRow)
Parameters
| Type | Name | Description |
|---|---|---|
| Int16 | fromCol | From column |
| Int32 | fromRow | From row |
| Int16 | toCol | To column |
| Int32 | toRow | To row |
RangeDefinition(Int32, Int16)
Constructor
Declaration
public RangeDefinition(int nRows, short nCols)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | nRows | Number of rows |
| Int16 | nCols | Number of columns |
Properties
NumberOfCols
Number of columns in the range
Declaration
public short NumberOfCols { readonly get; }
Property Value
| Type | Description |
|---|---|
| Int16 |
NumberOfRows
Number of rows in the range
Declaration
public int NumberOfRows { readonly get; }
Property Value
| Type | Description |
|---|---|
| Int32 |