Class MsofbtAnchor
Summary description for MsofbtSpgr.
Inheritance
System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    
    
    MsofbtAnchor
  Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
[MsoDrawing]
public class MsofbtAnchor : MsoBase, ICloneable, IBiffStorage, IDisposableConstructors
MsofbtAnchor(MsoBase)
Declaration
public MsofbtAnchor(MsoBase parent)Parameters
| Type | Name | Description | 
|---|---|---|
| MsoBase | parent | 
MsofbtAnchor(MsoBase, Byte[], Int32)
Creates new instance of object.
Declaration
public MsofbtAnchor(MsoBase parent, byte[] data, int iOffset)Parameters
| Type | Name | Description | 
|---|---|---|
| MsoBase | parent | Parent object. | 
| System.Byte[] | data | Base data. | 
| System.Int32 | iOffset | Offset index. | 
Properties
Bottom
Declaration
public int Bottom { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Left
Declaration
public int Left { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Right
Declaration
public int Right { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Top
Declaration
public int Top { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Methods
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
ParseStructure(Stream)
Declaration
public override void ParseStructure(Stream stream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
Overrides
Implements
      System.ICloneable
  
  
  
      System.IDisposable