IRange.Cut Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Cut ( _
Destination As Object _
) As Object
'Usage
Dim instance As IRange
Dim Destination As Object
Dim returnValue As Object
returnValue = instance.Cut(Destination)
Object Cut(
Object Destination
)
Parameters
- Destination
Type: System.Object
Return Value
Type: System.Object