Class CellRangeListPtg
Represents CellRangeList formula token.
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg
CellRangeListPtg
Implements
System.ICloneable
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[Token]
public class CellRangeListPtg : BinaryOperationPtg, ICloneable
Constructors
CellRangeListPtg()
Default constructor. To prevent user from creating a token without parameters and to allow descendants do this.
Declaration
public CellRangeListPtg()
CellRangeListPtg(DataProvider, Int32, ExcelVersion)
Constructs token using array with data and offset.
Declaration
public CellRangeListPtg(DataProvider provider, int offset, ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | offset | Offset to the token data. |
ExcelVersion | version | Excel version that was used to infill data provider. |
CellRangeListPtg(String)
Constructs BinaryOperation using string that contains the sign of operation.
Declaration
public CellRangeListPtg(string operation)
Parameters
Type | Name | Description |
---|---|---|
System.String | operation | String representation of the operation. |
Methods
ToString(FormulaUtil, Int32, Int32, Boolean)
Converts token to a string.
Declaration
public override string ToString(FormulaUtil formulaUtil, int iRow, int iColumn, bool bR1C1)
Parameters
Type | Name | Description |
---|---|---|
FormulaUtil | formulaUtil | Object used for formula parsing. |
System.Int32 | iRow | Zero-based row index of the cell that contains this token. |
System.Int32 | iColumn | Zero-based row index of the cell that contains this token. |
System.Boolean | bR1C1 | Indicates whether R1C1 notation should be used. |
Returns
Type | Description |
---|---|
System.String | String representation of this token. |
Overrides
Implements
System.ICloneable