menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ftCblsData - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ftCblsData

    Common object data.

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

    Constructors

    ftCblsData()

    Default constructor.

    Declaration
    public ftCblsData()

    ftCblsData(TObjSubRecordType, UInt16, Byte[])

    Initialize new instance.

    Declaration
    public ftCblsData(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

    CheckState

    Indicates whether object is Checked.

    Declaration
    public ExcelCheckState CheckState { get; set; }
    Property Value
    Type
    ExcelCheckState

    Display3DShading

    Indicates whether object is locked.

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

    Methods

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved