MindFusion.Wpf Pack Programmer's Guide
CellRange.Insert Method
See Also
 





Inserts new cells in the current range of cells. The existing cells are pushed down or right based on the value of direction.

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

 Syntax

C#  Copy Code

public void Insert (
    PushDirection direction
)

Visual Basic  Copy Code

Public Sub Insert( _
    direction As PushDirection _
)

 Parameters

direction

Specifies the direction to push the existing cells in the range.

 Remarks

This method will raise an InvalidOperationException exception if the operation would cause filled cells to be shifted beyond the sheet.

 See Also

CellRange Members
CellRange Class
MindFusion.Spreadsheet.Wpf Namespace