'Declaration
Public Enum Moving Inherits System.Enum
'Usage
Dim instance As Moving
public enum Moving : System.Enum
'Declaration
Public Enum Moving Inherits System.Enum
'Usage
Dim instance As Moving
public enum Moving : System.Enum
Member | Description |
---|---|
Horizontal | Allows the user to horizontally move the object |
HorizontalAndVertical | Allows the user to move the object both horizontally and vertically |
None | Does not allow user movement |
Vertical | Allows the user to vertically move the object |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Drawing.Moving