Search
PushDirection Enumeration
See Also
 






Specifies how the existing cells are moved when inserting new cells in a CellRange object.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  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