Class MsofbtClientAnchor
  
  Summary description for MsofbtClientAnchor.
    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    
    
    MsofbtClientAnchor
   
  
    Implements
    System.ICloneable
    
    System.IDisposable
   
  
  
  Assembly: Syncfusion.XlsIO.Portable.dll
  Syntax
  
    [MsoDrawing]
public class MsofbtClientAnchor : MsoBase, ICloneable, IBiffStorage, IDisposable
   
  Constructors
  
  
  
  
  MsofbtClientAnchor(MsoBase)
  
  
  Declaration
  
    public MsofbtClientAnchor(MsoBase parent)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | MsoBase | parent |  | 
    
  
  
  
  
  MsofbtClientAnchor(MsoBase, Byte[], Int32)
  
  
  Declaration
  
    public MsofbtClientAnchor(MsoBase parent, byte[] data, int iOffset)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | MsoBase | parent |  | 
      
        | System.Byte[] | data |  | 
      
        | System.Int32 | iOffset |  | 
    
  
  Properties
  
  
  
  
  BottomOffset
  
  
  Declaration
  
    public int BottomOffset { get; set; }
   
  Property Value
  
  
  
  
  BottomRow
  
  
  Declaration
  
    public int BottomRow { get; set; }
   
  Property Value
  
  
  
  
  IsMoveWithCell
  
  
  Declaration
  
    public bool IsMoveWithCell { get; set; }
   
  Property Value
  
  
  
  
  IsShortVersion
  Indicates whether it is short version of client anchor. Used in headers/footers.
Declaration
  
    public bool IsShortVersion { get; set; }
   
  Property Value
  
  
  
  
  IsSizeWithCell
  
  
  Declaration
  
    public bool IsSizeWithCell { get; set; }
   
  Property Value
  
  
  
  
  LeftColumn
  
  
  Declaration
  
    public int LeftColumn { get; set; }
   
  Property Value
  
  
  
  
  LeftOffset
  
  
  Declaration
  
    public int LeftOffset { get; set; }
   
  Property Value
  
  
  
  
  OneCellAnchor
  Indicates whether parent shape should be stored as oneCellAnchor or not.
Default value false.
Declaration
  
    public bool OneCellAnchor { get; set; }
   
  Property Value
  
  
  
  
  Options
  
  
  Declaration
  
    public ushort Options { get; set; }
   
  Property Value
  
  
  
  
  RightColumn
  
  
  Declaration
  
    public int RightColumn { get; set; }
   
  Property Value
  
  
  
  
  RightOffset
  
  
  Declaration
  
    public int RightOffset { get; set; }
   
  Property Value
  
  
  
  
  TopOffset
  
  
  Declaration
  
    public int TopOffset { get; set; }
   
  Property Value
  
  
  
  
  TopRow
  
  
  Declaration
  
    public int TopRow { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Equals(Object)
  Compares if the objects are equal
Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
  
  
  
  GetStoreSize(ExcelVersion)
  Size of the required storage space. Read-only.
Declaration
  
    public override int GetStoreSize(ExcelVersion version)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  
  
  ParseStructure(Stream)
  
  
  Declaration
  
    public override void ParseStructure(Stream stream)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.IO.Stream | stream |  | 
    
  
  Overrides
  
  Implements
  
      System.ICloneable
  
  
  
      System.IDisposable