TextRange2.Cut Method
Removes a portion or all of the text from a range of text.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Cut
'Usage
Dim instance As TextRange2
instance.Cut()
void Cut()
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Removes a portion or all of the text from a range of text.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
'Declaration
Sub Cut
'Usage
Dim instance As TextRange2
instance.Cut()
void Cut()