Spread.Services Documentation
Placement Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : Placement Enumeration
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.Spread.Drawing.Placement

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace