Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellRangeListPtg - Xamarin.Android 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
    ICloneable
    Inherited Members
    OperationPtg.PushResultToStack(Stack<Object>)
    OperationPtg.PushResultToStack(FormulaUtil, Stack<Object>, Boolean)
    OperationPtg.ToString(FormulaUtil, Int32, Int32, Boolean, NumberFormatInfo, Boolean)
    OperationPtg.GetOperands(String, Int32, FormulaUtil)
    OperationPtg.UpdateParseOptions(ExcelParseFormulaOptions)
    OperationPtg.GetOperandsSeparator(FormulaUtil)
    OperationPtg.InfillPTG(DataProvider, Int32, ExcelVersion)
    OperationPtg.IsOperation
    OperationPtg.OperationType
    OperationPtg.NumberOfOperands
    OperationPtg.OperationSymbol
    OperationPtg.IsPlaceAfter
    OperationPtg.Attributes
    Ptg.GetString16Bit(Byte[], Int32)
    Ptg.GetString16Bit(Byte[], Int32, Int32)
    Ptg.GetSize(ExcelVersion)
    Ptg.ToByteArray(ExcelVersion)
    Ptg.ToString()
    Ptg.ToString(FormulaUtil)
    Ptg.ToString(Int32, Int32, Boolean)
    Ptg.ToString(FormulaUtil, Int32, Int32, Boolean, NumberFormatInfo)
    Ptg.Offset(Int32, Int32, WorkbookImpl)
    Ptg.Offset(Int32, Int32, Int32, Int32, Rectangle, Int32, Rectangle, Boolean, WorkbookImpl)
    Ptg.RectangleContains(Rectangle, Int32, Int32)
    Ptg.ConvertSharedToken(IWorkbook, Int32, Int32)
    Ptg.ConvertPtgToNPtg(IWorkbook, Int32, Int32)
    Ptg.CompareTo(Ptg)
    Ptg.CompareContent(Ptg)
    Ptg.CompareArrays(Ptg[], Ptg[])
    Ptg.ToString(FormulaUtil, Int32, Int32, Boolean, NumberFormatInfo, Boolean, IWorksheet)
    Ptg.Clone()
    Ptg.IndexToCode(FormulaToken, Int32)
    Ptg.TokenCode
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
    Assembly: Syncfusion.XlsIO.Portable.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

    ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved