Class ftSbs
Note structure.
Implements
System.ICloneable
  Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class ftSbs : ObjSubRecord, ICloneableConstructors
ftSbs()
Default constructor.
Declaration
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 | 
|---|
| System.Byte[] | 
Horizontal
Gets or sets Horizontal value
Declaration
public int Horizontal { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Increment
Gets or sets Increment value
Declaration
public int Increment { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Maximum
Gets or sets Maximum value
Declaration
public int Maximum { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Minimum
Gets or sets Minimum value
Declaration
public int Minimum { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Page
Gets or sets Page value
Declaration
public int Page { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
ScrollBarWidth
Gets or sets the value of scroll bar width
Declaration
public int ScrollBarWidth { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Value
Gest or sets the value
Declaration
public int Value { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Methods
Clone()
Clones current objects.
Declaration
public override object Clone()Returns
| Type | Description | 
|---|---|
| System.Object | Returns instance of cloned object. | 
Overrides
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
Parse(Byte[])
Parses byte array.
Declaration
protected override void Parse(byte[] buffer)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | buffer | Array to parse. | 
Overrides
Serialize(DataProvider, Int32)
Serialization
Declaration
protected override void Serialize(DataProvider provider, int iOffset)Parameters
| Type | Name | Description | 
|---|---|---|
| DataProvider | provider | |
| System.Int32 | iOffset | 
Overrides
Implements
      System.ICloneable