Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Copy Method / Copy(Boolean) Method
true if the UI shows copying range; otherwise, only data is copied to clipboard.


In This Topic
    Copy(Boolean) Method
    In This Topic
    Copies the data from a range of cells to clipboard.
    Syntax
    'Declaration
     
    
    Overloads Function Copy( _
       Optional ByVal showUI As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IRange
    Dim showUI As Boolean
    Dim value As Boolean
     
    value = instance.Copy(showUI)
    bool Copy( 
       bool showUI
    )

    Parameters

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

    Return Value

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