Class MsofbtSpgr
Summary description for MsofbtSpgr.
Inheritance
System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    
    
    MsofbtSpgr
  Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
[MsoDrawing]
public class MsofbtSpgr : MsoBase, ICloneable, IBiffStorage, IDisposableConstructors
MsofbtSpgr(MsoBase)
Creates new object.
Declaration
public MsofbtSpgr(MsoBase parent)Parameters
| Type | Name | Description | 
|---|---|---|
| MsoBase | parent | Parent object. | 
MsofbtSpgr(MsoBase, Byte[], Int32)
Creates new object.
Declaration
public MsofbtSpgr(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
ParseStructure(Stream)
Declaration
public override void ParseStructure(Stream stream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
Overrides
Implements
      System.ICloneable
  
  
  
      System.IDisposable