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





Remove the cells in the current range of cells.

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

 Syntax

C#  Copy Code

public void Remove (
    ShiftDirection direction
)

Visual Basic  Copy Code

Public Sub Remove( _
    direction As ShiftDirection _
)

 Parameters

direction

Specifies how to fill the space of the removed cells.

 See Also

CellRange Members
CellRange Class
MindFusion.Spreadsheet.Wpf Namespace