menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ftCmo

    Common object data.

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

    Constructors

    ftCmo()

    Default constructor.

    Declaration
    public ftCmo()

    ftCmo(TObjSubRecordType, UInt16, Byte[])

    Initialize new instance.

    Declaration
    public ftCmo(TObjSubRecordType type, ushort length, byte[] buffer)
    Parameters
    Type Name Description
    TObjSubRecordType type

    Type of the subrecord.

    System.UInt16 length

    Length of the subrecord's data.

    System.Byte[] buffer

    Array that contains subrecord's data.

    Properties

    AutoFill

    Indicates whether auto fill is turned on.

    Declaration
    public bool AutoFill { get; set; }
    Property Value
    Type
    System.Boolean

    AutoLine

    Indicates whether auto line option is turned on.

    Declaration
    public bool AutoLine { get; set; }
    Property Value
    Type
    System.Boolean

    ChangeColor

    Indicates whether excel is allowed to change color of combo box (used in autofilters).

    Declaration
    public bool ChangeColor { get; set; }
    Property Value
    Type
    System.Boolean

    ID

    Object's ID.

    Declaration
    public ushort ID { get; set; }
    Property Value
    Type
    System.UInt16

    Locked

    Indicates whether object is locked.

    Declaration
    public bool Locked { get; set; }
    Property Value
    Type
    System.Boolean

    ObjectType

    Object type.

    Declaration
    public TObjType ObjectType { get; set; }
    Property Value
    Type
    TObjType

    Options

    Returns record options. Read-only.

    Declaration
    public ushort Options { get; }
    Property Value
    Type
    System.UInt16

    Printable

    Indicates whether object is printable.

    Declaration
    public bool Printable { get; set; }
    Property Value
    Type
    System.Boolean

    Reserved

    Reserved.

    Declaration
    public byte[] Reserved { get; }
    Property Value
    Type
    System.Byte[]

    Methods

    Clone()

    Clones current objects.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    Returns instance of cloned object.

    Overrides
    ObjSubRecord.Clone()

    FillArray(DataProvider, Int32)

    Fills array with binary representation of the subrecord.

    Declaration
    public override void FillArray(DataProvider provider, int iOffset)
    Parameters
    Type Name Description
    DataProvider provider

    Object that provides access to the data.

    System.Int32 iOffset

    Offset in the buffer to copy data to.

    Overrides
    ObjSubRecord.FillArray(DataProvider, Int32)

    GetStoreSize(ExcelVersion)

    Size of the required storage space. Read-only.

    Declaration
    public override int GetStoreSize(ExcelVersion version)
    Parameters
    Type Name Description
    ExcelVersion version
    Returns
    Type
    System.Int32
    Overrides
    ObjSubRecord.GetStoreSize(ExcelVersion)

    Parse(Byte[])

    Parses byte array.

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

    Array to parse.

    Overrides
    ObjSubRecord.Parse(Byte[])

    Implements

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