Specifies how the existing cells are moved when inserting new cells in a CellRange object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum PushDirection |
Visual Basic
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