Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
IRange Interface
/ Delete Method
Specifies which way to shift the cells.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Delete Method (IRange)
In This Topic
Deletes a cell or a range of cells from the worksheet and shifts other cells to replace deleted cells.
Specifies which way to shift the cells.
Syntax
C#
void
Delete(
DeleteShiftDirection
shiftDirection
)
Parameters
shiftDirection
Specifies which way to shift the cells.
See Also
Reference
IRange Interface
IRange Members