SpreadsheetGear 2023
Delete() Method


SpreadsheetGear Namespace > IRange Interface > Delete Method : Delete() Method
Deletes cells, rows or columns, shifting remaining cells left or up and fixing up formulas.
Syntax
'Declaration
 
Overloads Sub Delete() 
'Usage
 
Dim instance As IRange
 
instance.Delete()
void Delete()
Remarks
Must be performed on entire row(s), entire column(s) or an entire worksheet.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRange Interface
IRange Members
Overload List
Delete(DeleteShiftDirection) Method
Insert Method
Insert(InsertShiftDirection) Method