Class FormulaRangeAddress
Represents a range address
Inheritance
System.Object
FormulaRangeAddress
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: EPPlus.dll
public class FormulaRangeAddress : FormulaAddressBase, IAddressInfo, IComparable<FormulaRangeAddress>
Constructors
Declaration
public FormulaRangeAddress()
FormulaRangeAddress(ParsingContext)
Declaration
public FormulaRangeAddress(ParsingContext ctx)
Parameters
FormulaRangeAddress(ParsingContext, ExcelAddressBase)
Declaration
public FormulaRangeAddress(ParsingContext ctx, ExcelAddressBase address)
Parameters
FormulaRangeAddress(ParsingContext, Int32, Int32, Int32, Int32, Int32)
Declaration
public FormulaRangeAddress(ParsingContext context, int wsIx, int fromRow, int fromCol, int toRow, int toCol)
Parameters
Type |
Name |
Description |
ParsingContext |
context |
|
System.Int32 |
wsIx |
|
System.Int32 |
fromRow |
|
System.Int32 |
fromCol |
|
System.Int32 |
toRow |
|
System.Int32 |
toCol |
|
FormulaRangeAddress(ParsingContext, String)
Declaration
public FormulaRangeAddress(ParsingContext ctx, string address)
Parameters
Fields
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
Declaration
public FormulaRangeAddress Address { get; }
Property Value
Declaration
public static FormulaRangeAddress Empty { get; }
Property Value
Declaration
public bool IsSingleCell { get; }
Property Value
Type |
Description |
System.Boolean |
|
Address of the range on the worksheet (i.e. worksheet name is excluded).
Declaration
public string WorksheetAddress { get; }
Property Value
Type |
Description |
System.String |
|
Worksheet name of the address
Declaration
public string WorksheetName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public virtual FormulaRangeAddress Clone()
Returns
Declaration
public int CompareTo(FormulaRangeAddress other)
Parameters
Returns
Type |
Description |
System.Int32 |
|
ToString() returns the full address as a string
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Implements
System.IComparable<T>