Specifies how the existing cells are moved when inserting new cells in a CellRange object.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public enum PushDirection |
Members| Member name | Description | |
|---|---|---|
![]() |
Down |
Indicates that the existing cells are pushed downwards. |
![]() |
Right |
Indicates that the existing cells are pushed to the right. |
See Also