Share via


RichTextBox.Delete Method (2007 System)

Deletes a dynamically created RichTextBox from the worksheet and removes it from the ControlCollection.

Namespace:  Microsoft.Office.Tools.Excel.Controls
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Function Delete As Object
'Usage
Dim instance As RichTextBox 
Dim returnValue As Object 

returnValue = instance.Delete()
public Object Delete()
public:
Object^ Delete()
public function Delete() : Object

Return Value

Type: System.Object

Remarks

This method should only be used with a RichTextBox that is created programmatically at run time. An exception is thrown if you call this method on a RichTextBox that is added to the worksheet at design time.

Examples

For a code example that demonstrates how to use this method, see Button.Delete. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent Delete method.

.NET Framework Security

See Also

Reference

RichTextBox Class

RichTextBox Members

Microsoft.Office.Tools.Excel.Controls Namespace