[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.Moving

Moving Enum

Specifies the movement aspects of the object.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
[Flags]
public enum Moving : byte
<Flags>
Public Enum Moving As Byte

Fields

Name 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