Struct RangeDefinition
- Namespace
- OfficeOpenXml.FormulaParsing.Ranges
- Assembly
- EPPlus.dll
Represents the size of a range
public struct RangeDefinition
- Inherited Members
Constructors
RangeDefinition(short, int, short, int)
Constructor
public RangeDefinition(short fromCol, int fromRow, short toCol, int toRow)
Parameters
RangeDefinition(int, short)
Constructor
public RangeDefinition(int nRows, short nCols)
Parameters
Properties
NumberOfCols
Number of columns in the range
public readonly short NumberOfCols { get; }
Property Value
NumberOfRows
Number of rows in the range
public readonly int NumberOfRows { get; }