GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Moving Enumeration


Moving Enumeration
Specifies the movement aspects of the object.
Syntax
'Declaration
 
Public Enum Moving 
   Inherits System.Enum
 
'Usage
 
Dim instance As Moving
Members
MemberDescription
HorizontalAllows the user to horizontally move the object
HorizontalAndVerticalAllows the user to move the object both horizontally and vertically
NoneDoes not allow user movement
VerticalAllows the user to vertically move the object
Inheritance Hierarchy

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

See Also