Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Deletes the specified object from its collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Delete ( _
Temporary As Object _
)
'Usage
Dim instance As CommandBarControl
Dim Temporary As Object
instance.Delete(Temporary)
void Delete(
Object Temporary
)
Parameters
Temporary
Type: System.ObjectOptional Object. Set to True to delete the control for the current session. The application will display the control again in the next session.