menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ftMacro - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ftMacro

    Represents ftMacro

    Inheritance
    System.Object
    ObjSubRecord
    ftMacro
    Implements
    System.ICloneable
    Inherited Members
    ObjSubRecord.FillArray(DataProvider, Int32)
    ObjSubRecord.HeaderSize
    ObjSubRecord.Length
    ObjSubRecord.Type
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class ftMacro : ObjSubRecord, ICloneable

    Constructors

    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
    ObjSubRecord.Clone()

    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
    ObjSubRecord.GetStoreSize(ExcelVersion)

    Parse(Byte[])

    Parse the bytes

    Declaration
    protected override void Parse(byte[] buffer)
    Parameters
    Type Name Description
    System.Byte[] buffer
    Overrides
    ObjSubRecord.Parse(Byte[])

    Serialize(DataProvider, Int32)

    Serialization

    Declaration
    protected override void Serialize(DataProvider provider, int iOffset)
    Parameters
    Type Name Description
    DataProvider provider
    System.Int32 iOffset
    Overrides
    ObjSubRecord.Serialize(DataProvider, Int32)

    Implements

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