Share via


Application.EditDelete Method

Project Developer Reference

Deletes the selected row, selected column, or row containing the active cell from the active view. If a column is deleted, the data displayed in that column is unaffected; otherwise, the data is also deleted.

Syntax

expression.EditDelete

expression   A variable that represents an Application object.

Return Value
Boolean

See Also