[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Cut

Cut Method

Cut(bool)

Cuts the data from a range of cells to clipboard.

Declaration
bool Cut(bool showUI = false)
Function Cut(Optional showUI As Boolean = False) As Boolean
Parameters
Type Name Description
bool showUI

true if the UI shows cutting range; otherwise, only data is copied to clipboard.

Returns
Type Description
bool

true if the cell range is copied successful, false otherwise.