Class UnknownPtg
This class represents the unknown token of a formula.
Implements
System.ICloneable
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class UnknownPtg : Ptg, ICloneable
Constructors
UnknownPtg()
Default constructor
Declaration
public UnknownPtg()
UnknownPtg(DataProvider, Int32, ExcelVersion)
Creates token from an array of bytes.
Declaration
public UnknownPtg(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 in data array. |
ExcelVersion | version | Excel version that was used to infill data provider. |
Methods
GetSize(ExcelVersion)
Read-only. Size of the token.
Declaration
public override int GetSize(ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
ExcelVersion | version |
Returns
Type |
---|
System.Int32 |
Overrides
ToString()
Converts token to string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | Converts token to the string. |
Overrides
Implements
System.ICloneable