MindFusion.Wpf Pack Programmer's Guide
PushDirection Enumeration
See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  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

MindFusion.Spreadsheet.Wpf Namespace