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


In This Topic
    Moving Enumeration
    In This Topic
    Specifies the movement aspects of the object.
    Syntax
    'Declaration
     
    
    Public Enum Moving 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Moving
    public enum Moving : System.Enum 
    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