menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellRangeListPtg - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellRangeListPtg

    Represents CellRangeList formula token.

    Inheritance
    System.Object
    Ptg
    OperationPtg
    Syncfusion.XlsIO.Parser.Biff_Records.Formula.BinaryOperationPtg
    CellRangeListPtg
    Implements
    System.ICloneable
    Inherited Members
    OperationPtg.Attributes
    OperationPtg.GetOperands(String, Int32, FormulaUtil)
    OperationPtg.GetOperandsSeparator(FormulaUtil)
    OperationPtg.InfillPTG(DataProvider, Int32, ExcelVersion)
    OperationPtg.IsOperation
    OperationPtg.IsPlaceAfter
    OperationPtg.NumberOfOperands
    OperationPtg.OperationSymbol
    OperationPtg.OperationType
    OperationPtg.PushResultToStack(FormulaUtil, Stack<Object>, Boolean)
    OperationPtg.PushResultToStack(Stack<Object>)
    OperationPtg.ToString(FormulaUtil, Int32, Int32, Boolean, NumberFormatInfo, Boolean)
    OperationPtg.UpdateParseOptions(ExcelParseFormulaOptions)
    Ptg.Clone()
    Ptg.CompareArrays(Ptg[], Ptg[])
    Ptg.CompareContent(Ptg)
    Ptg.CompareTo(Ptg)
    Ptg.ConvertPtgToNPtg(IWorkbook, Int32, Int32)
    Ptg.ConvertSharedToken(IWorkbook, Int32, Int32)
    Ptg.GetSize(ExcelVersion)
    Ptg.GetString16Bit(Byte[], Int32)
    Ptg.GetString16Bit(Byte[], Int32, Int32)
    Ptg.IndexToCode(FormulaToken, Int32)
    Ptg.Offset(Int32, Int32, Int32, Int32, Rectangle, Int32, Rectangle, Boolean, WorkbookImpl)
    Ptg.Offset(Int32, Int32, WorkbookImpl)
    Ptg.RectangleContains(Rectangle, Int32, Int32)
    Ptg.ToByteArray(ExcelVersion)
    Ptg.TokenCode
    Ptg.ToString()
    Ptg.ToString(FormulaUtil)
    Ptg.ToString(FormulaUtil, Int32, Int32, Boolean, NumberFormatInfo)
    Ptg.ToString(FormulaUtil, Int32, Int32, Boolean, NumberFormatInfo, Boolean, IWorksheet)
    Ptg.ToString(Int32, Int32, Boolean)
    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
    Ptg.ToString(FormulaUtil, Int32, Int32, Boolean)

    Implements

    System.ICloneable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved