Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / CopySelectionTo Method
The target copied worksheet view.


In This Topic
    CopySelectionTo Method
    In This Topic
    Copy the current selection to target worksheet view.
    Syntax
    'Declaration
     
    
    Public Sub CopySelectionTo( _
       ByVal targetWorksheetView As WorksheetView _
    ) 
    'Usage
     
    
    Dim instance As WorksheetView
    Dim targetWorksheetView As WorksheetView
     
    instance.CopySelectionTo(targetWorksheetView)
    public void CopySelectionTo( 
       WorksheetView targetWorksheetView
    )

    Parameters

    targetWorksheetView
    The target copied worksheet view.
    See Also