Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Removes the GroupContentControl from the document and adds it to the Clipboard.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public Sub Cut
'Usage
Dim instance As GroupContentControl
instance.Cut()
public void Cut()
public:
void Cut()
public function Cut()
Remarks
When you use the Cut method, the original GroupContentControl is removed from the document. A copy of the GroupContentControl is added to the Clipboard, including all text, nested controls, and property settings.
.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.