Class CellIntersectionPtg
Summary description for CellIntersectionPtg.
Implements
System.ICloneable
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class CellIntersectionPtg : Ptg, ICloneable
Constructors
CellIntersectionPtg()
Default constructor. To prevent user from creating a token without parameters and to allow descendants do this.
Declaration
public CellIntersectionPtg()
CellIntersectionPtg(DataProvider, Int32, ExcelVersion)
Intersections cell ptg.
Declaration
public CellIntersectionPtg(DataProvider provider, int offset, ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | offset | Current index. |
ExcelVersion | version | Excel version that was used to infill data provider. |
CellIntersectionPtg(String)
Intersections cell ptg.
Declaration
public CellIntersectionPtg(string strFormula)
Parameters
Type | Name | Description |
---|---|---|
System.String | strFormula |
Methods
GetSize(ExcelVersion)
Gets size. Override.
Declaration
public override int GetSize(ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
ExcelVersion | version |
Returns
Type |
---|
System.Int32 |
Overrides
ToString(FormulaUtil, Int32, Int32, Boolean, NumberFormatInfo, Boolean)
Converts token to a string.
Declaration
public override string ToString(FormulaUtil formulaUtil, int iRow, int iColumn, bool bR1C1, NumberFormatInfo numberFormat, bool isForSerialization)
Parameters
Type | Name | Description |
---|---|---|
FormulaUtil | formulaUtil | Formula util. |
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. |
System.Globalization.NumberFormatInfo | numberFormat | |
System.Boolean | isForSerialization |
Returns
Type | Description |
---|---|
System.String | String representation of this token. |
Overrides
Implements
System.ICloneable