MonthCalendar.Delete Method (2007 System)

Deletes a dynamically created MonthCalendar 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 MonthCalendar 
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 MonthCalendar that is created programmatically at run time. An exception is thrown if you call this method on a MonthCalendar 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

MonthCalendar Class

MonthCalendar Members

Microsoft.Office.Tools.Excel.Controls Namespace