Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Placement Enumeration


Placement Enumeration
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
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