menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ftSbs

    Show / Hide Table of Contents

    Class ftSbs

    Note structure.

    Inheritance
    System.Object
    ObjSubRecord
    ftSbs
    Implements
    System.ICloneable
    Inherited Members
    ObjSubRecord.HeaderSize
    ObjSubRecord.FillArray(DataProvider, Int32)
    ObjSubRecord.Type
    ObjSubRecord.Length
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [CLSCompliant(false)]
    public class ftSbs : ObjSubRecord, ICloneable

    Constructors

    ftSbs()

    Default constructor.

    Declaration
    [CLSCompliant(false)]
    public ftSbs()

    ftSbs(TObjSubRecordType, UInt16, Byte[])

    Initializes new instance of subrecord.

    Declaration
    public ftSbs(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.

    Properties

    Data

    Returns internal data array. Read-only.

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

    Horizontal

    Gets or sets Horizontal value

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

    Increment

    Gets or sets Increment value

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

    Maximum

    Gets or sets Maximum value

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

    Minimum

    Gets or sets Minimum value

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

    Page

    Gets or sets Page value

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

    ScrollBarWidth

    Gets or sets the value of scroll bar width

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

    Value

    Gest or sets the value

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

    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 Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved