Class ftMacro
Represents ftMacro
Implements
System.ICloneable
  Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class ftMacro : ObjSubRecord, ICloneableConstructors
ftMacro()
Default constructor.
Declaration
public ftMacro()ftMacro(UInt16, Byte[])
Default constructor.
Declaration
public ftMacro(ushort length, byte[] buffer)Parameters
| Type | Name | Description | 
|---|---|---|
| System.UInt16 | length | |
| System.Byte[] | buffer | 
Properties
Tokens
Gets or sets formula tokens with associated macro.
Declaration
public Ptg[] Tokens { get; set; }Property Value
| Type | 
|---|
| Ptg[] | 
Methods
Clone()
Clones current objects.
Declaration
public override object Clone()Returns
| Type | Description | 
|---|---|
| System.Object | Returns instance of cloned object. | 
Overrides
GetStoreSize(ExcelVersion)
Get storage size for ExcelVersion
Declaration
public override int GetStoreSize(ExcelVersion version)Parameters
| Type | Name | Description | 
|---|---|---|
| ExcelVersion | version | 
Returns
| Type | 
|---|
| System.Int32 | 
Overrides
Parse(Byte[])
Parse the bytes
Declaration
protected override void Parse(byte[] buffer)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | buffer | 
Overrides
Serialize(DataProvider, Int32)
Serialization
Declaration
protected override void Serialize(DataProvider provider, int iOffset)Parameters
| Type | Name | Description | 
|---|---|---|
| DataProvider | provider | |
| System.Int32 | iOffset | 
Overrides
Implements
      System.ICloneable