menu

UWP

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

    Show / Hide Table of Contents

    Class ftLbsData

    Note structure.

    Inheritance
    System.Object
    ObjSubRecord
    ftLbsData
    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.UWP.dll
    Syntax
    public class ftLbsData : ObjSubRecord, ICloneable

    Constructors

    ftLbsData()

    Default constructor.

    Declaration
    public ftLbsData()

    ftLbsData(TObjSubRecordType, UInt16, Byte[])

    Initializes new instance of subrecord.

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

    Buffer that contains subrecord's data.

    ftLbsData(TObjSubRecordType, UInt16, Byte[], TObjType)

    Initializes new instance of subrecord.

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

    Type of the subrecord.

    System.UInt16 length

    Length of the subrecord's data.

    System.Byte[] buffer

    Buffer that contains subrecord's data.

    TObjType objectType

    Properties

    ComboType

    Gets or sets combo box type.

    Declaration
    public ExcelComboType ComboType { get; set; }
    Property Value
    Type
    ExcelComboType

    ComboTypeValid

    Gets or sets value indicating whether combo box type has valid value.

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

    Data1

    Returns internal data array. Read-only.

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

    DropData

    List box drop data.

    Declaration
    public LbsDropData DropData { get; }
    Property Value
    Type
    LbsDropData

    EditId

    An ObjId that specifies the edit box associated with this list.

    Declaration
    public int EditId { get; set; }
    Property Value
    Type
    System.Int32

    Formula

    Formula token specifying referenced area.

    Declaration
    public Ptg[] Formula { get; set; }
    Property Value
    Type
    Ptg[]

    IsMultiSelection

    Gets value indicating whether we have multi selection or not.

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

    IsSelectedColor

    Indicates whether arrow has default or selected color.

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

    LinesNumber

    Number of items in the list.

    Declaration
    public int LinesNumber { get; set; }
    Property Value
    Type
    System.Int32

    NoThreeD

    Gets or sets value indicates whether control has 3-D effect.

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

    Options

    Options.

    Declaration
    public int Options { get; set; }
    Property Value
    Type
    System.Int32

    SelectedIndex

    One-based selected index. 0 - no item is selected.

    Declaration
    public int SelectedIndex { get; set; }
    Property Value
    Type
    System.Int32

    SelectionType

    Gets or sets list selection type.

    Declaration
    public ftLbsData.ExcelListSelectionType SelectionType { get; set; }
    Property Value
    Type
    ftLbsData.ExcelListSelectionType

    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)

    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[])

    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

    Extension Methods

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