Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Placement Enumeration


In This Topic
    Placement Enumeration
    In This Topic
    Specifies the way that an object is attached to its underlying cells.
    Syntax
    'Declaration
     
    
    Public Enum Placement 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Placement
    public enum Placement : System.Enum 
    Members
    MemberDescription
    FreeFloatingObject is free floating.
    MoveObject is moved with the cells.
    MoveAndSizeObject is moved and sized with the cells.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.Placement

    See Also