Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / Placement Enumeration
In This Topic
    Placement Enumeration
    In This Topic
    Specifies the way an object is attached to its underlying cells.
    Syntax
    public enum Placement : System.Enum 
    Members
    MemberDescription
    FreeFloating Specifies that an object is free floating.
    Move Specifies that an object is moved with the cells.
    MoveAndSize Specifies that an object is moved and sized with the cells.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.Placement

    See Also