MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / AnchorType Enumeration

AnchorType Enumeration
The type of the anchor for the image in excel.
Syntax
'Declaration
 
Public Enum AnchorType 
   Inherits 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