ProgressBar.Delete Method (2007 System)
Deletes a dynamically created ProgressBar 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 ProgressBar
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 ProgressBar that is created programmatically at run time. An exception is thrown if you call this method on a ProgressBar 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.