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
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Insert ( |
Visual Basic
Copy Code
|
|---|
Public Sub Insert( _ |
Specifies the direction to push the existing cells in the range.
RemarksThis method will raise an InvalidOperationException exception if the operation would cause filled cells to be shifted beyond the sheet.
See Also