ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / AnchorType Enumeration

In This Topic
    AnchorType Enumeration
    In This Topic
    The type of the anchor for the image in excel.
    Syntax
    'Declaration
     
    Public Enum AnchorType 
       Inherits System.Enum
    public enum AnchorType : System.Enum 
    Members
    MemberDescription
    OneCellAnchorAnchor by the Left/Top point and Width/Height size. Only supported by OpenXml.
    TwoCellAnchorAnchor by the Left/Top point and Right/Bottom point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.SpreadBuilder.Imaging.AnchorType

    See Also